|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The KernelContext declares the information needed to establish a new kernel instance.
Method Summary | |
ContainmentContext |
getContainmentContext()
Return the root containment context. |
boolean |
getDebugFlag()
Return the kernel debug flag. |
File |
getHomePath()
Return the home path |
URL[] |
getInstallSequence()
Return the URLs to install into the kerenel on startup. |
Logger |
getKernelLogger()
Return the kernel logging channel. |
File |
getLibraryPath()
Return the library path |
LoggingManager |
getLoggingManager()
Return the logging manager for the kernel. |
ModelFactory |
getModelFactory()
Return the model factory. |
org.apache.excalibur.mpool.PoolManager |
getPoolManager()
Return the kernel pool manager. |
Repository |
getRepository()
Return the runtime repository. |
boolean |
getServerFlag()
Return the kernel server flag. |
TargetDirective[] |
getTargetDirectives()
Return the set of target overrides. |
File |
getTempPath()
Return the temporary directory path |
Method Detail |
public ModelFactory getModelFactory()
public Repository getRepository()
public File getHomePath()
public File getTempPath()
public File getLibraryPath()
public ContainmentContext getContainmentContext()
public URL[] getInstallSequence()
public boolean getDebugFlag()
public boolean getServerFlag()
public LoggingManager getLoggingManager()
public Logger getKernelLogger()
public org.apache.excalibur.mpool.PoolManager getPoolManager()
public TargetDirective[] getTargetDirectives()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |