Uses of Class
es.bsc.dataclay.util.configs.CfgDataServiceEnvLoader.ConfigDataServiceProperties
-
Packages that use CfgDataServiceEnvLoader.ConfigDataServiceProperties Package Description es.bsc.dataclay.util.configs Utility classes for Configuration files in Servers -
-
Uses of CfgDataServiceEnvLoader.ConfigDataServiceProperties in es.bsc.dataclay.util.configs
Fields in es.bsc.dataclay.util.configs with type parameters of type CfgDataServiceEnvLoader.ConfigDataServiceProperties Modifier and Type Field Description static Map<CfgDataServiceEnvLoader.ConfigDataServiceProperties,String>
CfgDataServiceEnvLoader. ENVVAR_NAMES
The names of the config tags.Methods in es.bsc.dataclay.util.configs that return CfgDataServiceEnvLoader.ConfigDataServiceProperties Modifier and Type Method Description CfgDataServiceEnvLoader.ConfigDataServiceProperties
CfgDataServiceEnvLoader.ConfigDataServiceProperties. getDbhandlerType()
Get thedbhandlerType
static CfgDataServiceEnvLoader.ConfigDataServiceProperties
CfgDataServiceEnvLoader.ConfigDataServiceProperties. valueOf(String name)
Returns the enum constant of this type with the specified name.static CfgDataServiceEnvLoader.ConfigDataServiceProperties[]
CfgDataServiceEnvLoader.ConfigDataServiceProperties. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in es.bsc.dataclay.util.configs with parameters of type CfgDataServiceEnvLoader.ConfigDataServiceProperties Modifier and Type Method Description void
CfgDataServiceEnvLoader.ConfigDataServiceProperties. setDbhandlerType(CfgDataServiceEnvLoader.ConfigDataServiceProperties newdbhandlerType)
Set thedbhandlerType
-