|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.deploy.DeployConfig
public class DeployConfig
The configuration for a deployable instance.
| Constructor Summary | |
|---|---|
DeployConfig()
|
|
| Method Summary | |
|---|---|
void |
addBuilderProgram(ConfigProgram program)
Adds to the builder program. |
void |
addPropertyProgram(java.lang.String name,
java.lang.Object value)
Adds a program. |
Path |
calculateRootDirectory()
Calculates the root directory for the config. |
Path |
calculateRootDirectory(java.util.Map<java.lang.String,java.lang.Object> varMap)
Calculates the root directory for the config. |
java.lang.String |
getArchivePath()
Gets the archive-path |
ConfigProgram |
getBuilderProgram()
Returns the program. |
java.lang.String |
getId()
Gets the id. |
DeployConfig |
getPrologue()
Returns the prologue. |
Period |
getRedeployCheckInterval()
Gets the redeploy check interval. |
java.lang.String |
getRedeployMode()
Gets the redeploy mode. |
java.lang.String |
getRootDirectory()
Gets the app-dir. |
java.lang.String |
getStartupMode()
Gets the startup mode. |
int |
getStartupPriority()
Gets the startup priority. |
boolean |
isSkipDefaultConfig()
Skip the defaults (for admin) |
void |
setArchivePath(RawString path)
Sets the archive-path |
void |
setId(java.lang.String id)
Sets the id. |
void |
setRedeployCheckInterval(Period period)
Sets the redeploy-check-interval |
void |
setRedeployMode(java.lang.String mode)
Sets the redeploy-mode |
void |
setRootDirectory(RawString rootDirectory)
Sets the root directory string |
void |
setSkipDefaultConfig(boolean isDefault)
Skip the defaults (for admin) |
void |
setStartupMode(java.lang.String mode)
Sets the startup-mode |
void |
setStartupPriority(int priority)
Sets the startup-priority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeployConfig()
| Method Detail |
|---|
public void setId(java.lang.String id)
public java.lang.String getId()
public void setRootDirectory(RawString rootDirectory)
public java.lang.String getRootDirectory()
public void setArchivePath(RawString path)
public java.lang.String getArchivePath()
public boolean isSkipDefaultConfig()
public void setSkipDefaultConfig(boolean isDefault)
public void setStartupMode(java.lang.String mode)
throws ConfigException
ConfigExceptionpublic java.lang.String getStartupMode()
public void setStartupPriority(int priority)
throws ConfigException
ConfigExceptionpublic int getStartupPriority()
public void setRedeployCheckInterval(Period period)
public Period getRedeployCheckInterval()
public void setRedeployMode(java.lang.String mode)
throws ConfigException
ConfigExceptionpublic java.lang.String getRedeployMode()
public DeployConfig getPrologue()
public void addBuilderProgram(ConfigProgram program)
public ConfigProgram getBuilderProgram()
public void addPropertyProgram(java.lang.String name,
java.lang.Object value)
public Path calculateRootDirectory()
public Path calculateRootDirectory(java.util.Map<java.lang.String,java.lang.Object> varMap)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||