|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ten60.netkernel.module.ModuleFactory
ModuleFactory keeps tabs on existing module definitions and will reuse them on hotRestarts outputs summary of installed and uninstalled modules
Constructor Summary | |
ModuleFactory()
|
Method Summary | |
void |
complete()
Output summary of changes since last complete() |
ModuleDefinition |
getModuleFor(String aModuleURIString,
ModuleManager aManager)
Return a ModuleDefinition for a given source URI |
void |
preParseModules(List aModuleURIStrings)
pass in the list of module URI strings so that we know what is still used |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleFactory()
Method Detail |
public void preParseModules(List aModuleURIStrings) throws NetKernelException
NetKernelException
public ModuleDefinition getModuleFor(String aModuleURIString, ModuleManager aManager) throws Exception
Exception
public void complete()
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |