|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.deploy.DeployConfig
com.caucho.server.host.HostConfig
public class HostConfig
The configuration for a host in the resin.conf
| Constructor Summary | |
|---|---|
HostConfig()
|
|
| Method Summary | |
|---|---|
void |
addHostAlias(RawString rawName)
Adds a host alias. |
void |
addHostAliasRegexp(java.lang.String name)
Adds a host alias regexp. |
java.util.ArrayList<java.lang.String> |
getHostAliases()
Returns the host aliases. |
java.util.ArrayList<java.util.regex.Pattern> |
getHostAliasRegexps()
Returns the host aliases regexps. |
java.lang.String |
getHostName()
Gets the host name. |
java.util.regex.Pattern |
getRegexp()
Gets the regexp. |
void |
init()
Initialize the config. |
void |
setHostName(RawString name)
Sets the host name. |
void |
setId(RawString id)
Sets the id. |
void |
setId(java.lang.String cleanName)
Sets the id. |
void |
setLazyInit(boolean lazyInit)
Sets the lazy-init property |
void |
setRegexp(RawString regexp)
Sets the regexp. |
void |
setRootDir(RawString rootDir)
Sets the root-dir (obsolete). |
| Methods inherited from class com.caucho.server.deploy.DeployConfig |
|---|
addBuilderProgram, addPropertyProgram, calculateRootDirectory, calculateRootDirectory, getArchivePath, getBuilderProgram, getId, getPrologue, getRedeployCheckInterval, getRedeployMode, getRootDirectory, getStartupMode, getStartupPriority, isSkipDefaultConfig, setArchivePath, setRedeployCheckInterval, setRedeployMode, setRootDirectory, setSkipDefaultConfig, setStartupMode, setStartupPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostConfig()
| Method Detail |
|---|
public void setHostName(RawString name)
throws ConfigException
ConfigExceptionpublic java.lang.String getHostName()
public void setId(RawString id)
throws ConfigException
ConfigExceptionpublic void setId(java.lang.String cleanName)
DeployConfig
setId in class DeployConfig
public void addHostAlias(RawString rawName)
throws ConfigException
ConfigExceptionpublic java.util.ArrayList<java.lang.String> getHostAliases()
public void addHostAliasRegexp(java.lang.String name)
public java.util.ArrayList<java.util.regex.Pattern> getHostAliasRegexps()
public void setRegexp(RawString regexp)
public java.util.regex.Pattern getRegexp()
public void setRootDir(RawString rootDir)
public void setLazyInit(boolean lazyInit)
throws ConfigException
ConfigExceptionpublic void init()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||