|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defintion of a working context.
Method Summary | |
File |
getBaseDirectory()
Return the base directory from which relative library directives and fileset directory paths may be resolved. |
ClassLoader |
getClassLoader()
Return the classloader to be assigned as the parent classloader of the classloader created by the model. |
ClassLoaderDirective |
getClassLoaderDirective()
Return the classloader directive to be applied to the classloader model. |
ExtensionManager |
getExtensionManager()
Return the extension manager established by the parent classloader model. |
URL[] |
getImplicitURLs()
Return any implied urls to include in the classloader. |
Logger |
getLogger()
Return the logging channel to be applied to the classloader model. |
OptionalPackage[] |
getOptionalPackages()
Return the optional packages already establised relative to the parent classloader. |
Repository |
getRepository()
Return the local repository. |
ServiceRepository |
getServiceRepository()
Return the service repository established by the parent classloader. |
TypeRepository |
getTypeRepository()
Return the type repository established by the parent classloader. |
Methods inherited from interface org.apache.avalon.framework.context.Context |
get |
Method Detail |
public Logger getLogger()
public Repository getRepository()
public File getBaseDirectory()
public ClassLoader getClassLoader()
public OptionalPackage[] getOptionalPackages()
public ExtensionManager getExtensionManager()
public ClassLoaderDirective getClassLoaderDirective()
public TypeRepository getTypeRepository()
public ServiceRepository getServiceRepository()
public URL[] getImplicitURLs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |