|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.loader.ModuleConfig
public class ModuleConfig
Adds a new bundle to the current environment
Constructor Summary | |
---|---|
ModuleConfig()
|
Method Summary | |
---|---|
void |
init()
|
void |
setModule(java.lang.String module)
Sets the module name |
void |
setName(java.lang.String name)
Sets the artifact name |
void |
setOrg(java.lang.String org)
Sets the org for an archive name. |
void |
setPath(Path path)
Sets a specific path to a jar file |
void |
setRev(java.lang.String rev)
Sets the artifact version |
void |
setStart(boolean isStart)
Sets true if the bundle should be started automatically. |
void |
setVersion(java.lang.String version)
Sets the artifact version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleConfig()
Method Detail |
---|
public void setPath(Path path)
public void setOrg(java.lang.String org)
public void setName(java.lang.String name)
public void setModule(java.lang.String module)
public void setRev(java.lang.String rev)
public void setVersion(java.lang.String version)
public void setStart(boolean isStart)
@PostConstruct public void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |