|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.extend.server.deployment.support.AbstractModule org.abstracthorizon.extend.server.deployment.support.DirectoryModule
public class DirectoryModule
This module represents a directory. It doesn't perform any task but making supplied directory available as a module in a list of modules.
AbstractApplicationContextModule
Field Summary | |
---|---|
protected File |
dir
|
Fields inherited from class org.abstracthorizon.extend.server.deployment.support.AbstractModule |
---|
classLoader, dependOnThis, dependsOn, moduleId, originalUrl, state, workingUrl |
Fields inherited from interface org.abstracthorizon.extend.server.deployment.Module |
---|
CREATED, DEFINED, STARTED, UNDEFINED, WAITING_ON_CREATE, WAITING_ON_CREATE_TO_START, WAITING_ON_START |
Constructor Summary | |
---|---|
DirectoryModule(URL url)
Empty constructor |
Method Summary | |
---|---|
protected void |
createClassLoader()
This method creates the class loader |
protected void |
createInternal()
Empty implementation |
protected void |
destroyInternal()
Empty implementation |
protected void |
startInternal()
Empty implementation |
protected void |
stopInternal()
Empty implementation |
Methods inherited from class org.abstracthorizon.extend.server.deployment.support.AbstractModule |
---|
create, destroy, equals, getClassLoader, getDependOnThis, getDependsOn, getModuleId, getOriginalLocation, getState, getWorkingLocation, setLocation, setModuleId, setState, start, stop, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected File dir
Constructor Detail |
---|
public DirectoryModule(URL url) throws MalformedURLException
MalformedURLException
Method Detail |
---|
protected void createInternal()
protected void startInternal()
protected void stopInternal()
protected void destroyInternal()
protected void createClassLoader()
createClassLoader
in class AbstractModule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |