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()
ContentFolder
getFile
in interface ContentFolder
public ContentEntry getContentEntry()
ContentFolder
getContentEntry
in interface ContentFolder
ContentFolder
s ContentEntry
.protected void writeFolder(Element element, java.lang.String elementName)
public java.lang.String getUrl()
ContentFolder
getUrl
in interface ContentFolder
public boolean isSynthetic()
isSynthetic
in interface Synthetic
public int compareTo(ContentFolderBaseImpl folder)
compareTo
in interface java.lang.Comparable<ContentFolderBaseImpl>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public RootModelImpl getRootModel()
public void dispose()
Disposable
dispose
in interface Disposable
public boolean isDisposed()