Uses of Class
com.caucho.server.resin.BootConfig.BootType

Packages that use BootConfig.BootType
com.caucho.server.resin   
 

Uses of BootConfig.BootType in com.caucho.server.resin
 

Methods in com.caucho.server.resin that return BootConfig.BootType
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.
 

Constructors in com.caucho.server.resin with parameters of type BootConfig.BootType
BootConfig(ResinSystem resinSystem, java.lang.String serverId, Path resinHome, Path rootDirectory, Path logDirectory, Path resinConf, boolean isProfessional, BootConfig.BootType bootType)