public class ModuleConfig
extends java.lang.Object
Constructor and Description |
---|
ModuleConfig() |
Modifier and Type | Method and Description |
---|---|
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
|
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()