| Package | Description |
|---|---|
| com.caucho.server.resin |
| Modifier and Type | Method and Description |
|---|---|
static BootConfig.BootType |
BootConfig.BootType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BootConfig.BootType[] |
BootConfig.BootType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BootConfig(ResinSystem resinSystem,
java.lang.String serverId,
Path resinHome,
Path rootDirectory,
Path logDirectory,
Path resinConf,
boolean isProfessional,
BootConfig.BootType bootType) |