Package io.datarouter.storage.servertype
Class BaseServerTypes
java.lang.Object
io.datarouter.storage.servertype.BaseServerTypes
- All Implemented Interfaces:
ServerTypes
public class BaseServerTypes extends Object implements ServerTypes
-
Constructor Summary
Constructors Modifier Constructor Description BaseServerTypes(ServerType defaultServerType)protectedBaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType) -
Method Summary
Modifier and Type Method Description BaseServerTypesadd(ServerType serverType)ServerTypefromPersistentString(String str)List<io.datarouter.util.web.HtmlSelectOptionBean>getHtmlSelectOptionsVarNames()ServerTypegetJobletServerType()ServerTypegetJobServerType()ServerTypegetWebServerType()static ServerTypemakeProduction(String persistentString)io.datarouter.scanner.Scanner<ServerType>values()
-
Constructor Details
-
BaseServerTypes
-
BaseServerTypes
protected BaseServerTypes(ServerType webServerType, ServerType jobServerType, ServerType jobletServerType)
-
-
Method Details
-
makeProduction
-
add
-
values
- Specified by:
valuesin interfaceServerTypes
-
getWebServerType
- Specified by:
getWebServerTypein interfaceServerTypes
-
getJobServerType
- Specified by:
getJobServerTypein interfaceServerTypes
-
getJobletServerType
- Specified by:
getJobletServerTypein interfaceServerTypes
-
fromPersistentString
- Specified by:
fromPersistentStringin interfaceServerTypes
-
getHtmlSelectOptionsVarNames
- Specified by:
getHtmlSelectOptionsVarNamesin interfaceServerTypes
-