|
|||||||||||
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,
Artifact[] artifacts)
Create a ClasspathDirective instance. |
Method Summary | |
Artifact[] |
getArtifacts()
Return the set of artifact directives. |
FilesetDirective[] |
getFilesets()
Return the set of fileset 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, Artifact[] artifacts)
filesets
- the filesets to be included in a classloaderartifacts
- the set of artifact directivesMethod Detail |
public boolean isEmpty()
public Artifact[] getArtifacts()
public FilesetDirective[] getFilesets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |