public abstract class ContentFolderBaseImpl extends java.lang.Object implements ContentFolder, java.lang.Comparable<ContentFolderBaseImpl>
Disposable.Parent| Modifier and Type | Field and Description |
|---|---|
protected ContentEntryImpl |
myContentEntry |
static java.lang.String |
URL_ATTRIBUTE |
| Modifier | Constructor and Description |
|---|---|
protected |
ContentFolderBaseImpl(ContentFolderBaseImpl that,
ContentEntryImpl contentEntry) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ContentFolderBaseImpl folder) |
void |
dispose()
Usually not invoked directly, see class javadoc.
|
boolean |
equals(java.lang.Object obj) |
ContentEntry |
getContentEntry()
Returns the content entry to which this root belongs.
|
VirtualFile |
getFile()
Returns the root file or directory for this root.
|
RootModelImpl |
getRootModel() |
java.lang.String |
getUrl()
Returns the URL of the root file or directory for this root.
|
int |
hashCode() |
boolean |
isDisposed() |
boolean |
isSynthetic() |
java.lang.String |
toString() |
protected void |
writeFolder(Element element,
java.lang.String elementName) |
public static final java.lang.String URL_ATTRIBUTE
protected final ContentEntryImpl myContentEntry
protected ContentFolderBaseImpl(ContentFolderBaseImpl that, ContentEntryImpl contentEntry)
public VirtualFile getFile()
ContentFoldergetFile in interface ContentFolderpublic ContentEntry getContentEntry()
ContentFoldergetContentEntry in interface ContentFolderContentFolders ContentEntry.protected void writeFolder(Element element,
java.lang.String elementName)
public java.lang.String getUrl()
ContentFoldergetUrl in interface ContentFolderpublic boolean isSynthetic()
isSynthetic in interface Syntheticpublic int compareTo(ContentFolderBaseImpl folder)
compareTo in interface java.lang.Comparable<ContentFolderBaseImpl>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic RootModelImpl getRootModel()
public void dispose()
Disposabledispose in interface Disposablepublic boolean isDisposed()