|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defintion of a system context that exposes a system wide set of parameters.
Method Summary | |
File |
getBaseDirectory()
Return the base directory from which relative references should be resolved. |
ClassLoader |
getCommonClassLoader()
Return the system classloader. |
ModelFactory |
getFactory()
Return the model factory. |
File |
getHomeDirectory()
Return the home directory from which containers may establish persistent content. |
Logger |
getLogger()
Return the system logging channel. |
LoggingManager |
getLoggingManager()
Return the logging manager. |
Repository |
getRepository()
Return the system wide repository from which resource directives can be resolved. |
ClassLoader |
getSystemClassLoader()
Return the system classloader. |
File |
getTempDirectory()
Return the temp directory from which containers may establish non-persistent content. |
boolean |
isTraceEnabled()
Return the system trace flag. |
Methods inherited from interface org.apache.avalon.framework.context.Context |
get |
Method Detail |
public ModelFactory getFactory()
public File getBaseDirectory()
public File getHomeDirectory()
public File getTempDirectory()
public Repository getRepository()
public boolean isTraceEnabled()
public ClassLoader getSystemClassLoader()
public ClassLoader getCommonClassLoader()
public LoggingManager getLoggingManager()
public Logger getLogger()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |