|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.ClasspathDirective
Description of classpath.
Constructor Summary | |
ClasspathDirective()
Create a empty ClasspathDirective. |
|
ClasspathDirective(FilesetDirective[] filesets,
RepositoryDirective[] repositories)
Create a ClasspathDirective instance. |
Method Summary | |
FilesetDirective[] |
getFilesets()
Return the set of fileset directives. |
RepositoryDirective[] |
getRepositoryDirectives()
Return the set of resource directives. |
boolean |
isEmpty()
Return the default status of this directive. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClasspathDirective()
public ClasspathDirective(FilesetDirective[] filesets, RepositoryDirective[] repositories)
filesets
- the filesets to be included in a classloaderrepositories
- the repositories directives to be included in a classloaderMethod Detail |
public boolean isEmpty()
public RepositoryDirective[] getRepositoryDirectives()
public FilesetDirective[] getFilesets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |