public abstract class RelativeDirectoryContextFolder extends java.lang.Object implements RelativeDirectoryElement
Modifier and Type | Method and Description |
---|---|
boolean |
canContainJavaSources()
For the content set keys of this folder, returns
true
if any of the content sets can contain Java sources |
boolean |
equals(java.lang.Object obj) |
abstract java.util.List<java.lang.String> |
getContentSetKeys()
Returns the keys for the content sets that are represented by
this RelativeDirectoryContextFolder.
|
abstract java.lang.String |
getRelativePath()
Retrieves the relative path described by this folder.
|
abstract URLPath |
getRootDirectories()
Retrieves the root directories used to assemble the folder contents.
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes, getChildren, getData, mayHaveChildren
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
public abstract java.lang.String getRelativePath()
getRelativePath
in interface RelativeDirectoryElement
public abstract URLPath getRootDirectories()
getRootDirectories
in interface RelativeDirectoryElement
public abstract java.util.List<java.lang.String> getContentSetKeys()
public final boolean canContainJavaSources()
true
if any of the content sets can contain Java sourcestrue
if any of the content sets can contain
Java sources; false
otherwise.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object