|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.models.ClassPathClasses
public class ClassPathClasses
ClassPathClasses is a model that represents the classes in the CLASSPATH.
Features:
NOTE: The serial version ID for ClassPathClasses is not fixed at this time, so instances of ClassPathClasses should not be serialized in projects.
| Field Summary | |
|---|---|
protected com.sas.util.PredicateInterface |
classFilter
|
protected java.lang.String |
classPath
|
protected boolean |
extensionJarsIncluded
|
protected boolean |
onlyContainPackages
|
protected java.lang.String |
rootNodeText
|
protected boolean |
zipFilesSearched
|
| Constructor Summary | |
|---|---|
ClassPathClasses()
Constructor. |
|
ClassPathClasses(java.lang.String classPath)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
getArchiveFilesSearched()
|
com.sas.util.PredicateInterface |
getClassFilter()
|
boolean |
getExtensionJarsIncluded()
|
boolean |
getOnlyContainPackages()
|
NodeInterface |
getRoot()
Returns the root node of the model for the TreeInterface implementation. |
java.lang.String |
getRootNodeText()
|
void |
setArchiveFilesSearched(boolean zipFilesSearched)
|
void |
setClassFilter(com.sas.util.PredicateInterface classFilter)
|
void |
setExtensionJarsIncluded(boolean extensionJarsIncluded)
|
void |
setOnlyContainPackages(boolean onlyContainPackages)
|
void |
setRootNodeText(java.lang.String rootNodeText)
|
| Field Detail |
|---|
protected java.lang.String classPath
protected boolean zipFilesSearched
protected com.sas.util.PredicateInterface classFilter
protected java.lang.String rootNodeText
protected boolean onlyContainPackages
protected boolean extensionJarsIncluded
| Constructor Detail |
|---|
public ClassPathClasses()
public ClassPathClasses(java.lang.String classPath)
classPath are available in the model.
classPath - The directories and archive files (ZIP, JAR, CAB, etc..) to look in for classes.| Method Detail |
|---|
public NodeInterface getRoot()
getRoot in interface TreeInterfacepublic boolean getArchiveFilesSearched()
public void setArchiveFilesSearched(boolean zipFilesSearched)
public boolean getExtensionJarsIncluded()
public void setExtensionJarsIncluded(boolean extensionJarsIncluded)
public com.sas.util.PredicateInterface getClassFilter()
public void setClassFilter(com.sas.util.PredicateInterface classFilter)
public java.lang.String getRootNodeText()
public void setRootNodeText(java.lang.String rootNodeText)
public boolean getOnlyContainPackages()
public void setOnlyContainPackages(boolean onlyContainPackages)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||