|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.ClassLoaderDirective
Description of classloader.
Constructor Summary | |
ClassLoaderDirective()
Create an empty ClassloaderDirective. |
|
ClassLoaderDirective(LibraryDirective library,
ClasspathDirective classpath)
Create a ClassloaderDirective instance. |
Method Summary | |
ClasspathDirective |
getClasspathDirective()
Return the classpath directive. |
LibraryDirective |
getLibrary()
Return the library directive. |
boolean |
isEmpty()
Return true if the library and classpath declarations are empty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassLoaderDirective()
public ClassLoaderDirective(LibraryDirective library, ClasspathDirective classpath)
library
- the library descriptorclasspath
- the classpath descriptorMethod Detail |
public boolean isEmpty()
public LibraryDirective getLibrary()
public ClasspathDirective getClasspathDirective()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |