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, waitgetAttributes, getChildren, getData, mayHaveChildrengetAttributedLabel, getIcon, getLongLabel, getShortLabel, getToolTipText, toStringpublic abstract java.lang.String getRelativePath()
getRelativePath in interface RelativeDirectoryElementpublic abstract URLPath getRootDirectories()
getRootDirectories in interface RelativeDirectoryElementpublic 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