Uses of Class
com.saperion.config.SaJMXConstants.ConfigVariant
-
Packages that use SaJMXConstants.ConfigVariant Package Description com.saperion.config This package contains the JMX configuration part. -
-
Uses of SaJMXConstants.ConfigVariant in com.saperion.config
Methods in com.saperion.config that return SaJMXConstants.ConfigVariant Modifier and Type Method Description SaJMXConstants.ConfigVariant
SaJMXConfiguration. getConfigType()
Reads the configuration type.static SaJMXConstants.ConfigVariant
SaJMXConstants.ConfigVariant. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaJMXConstants.ConfigVariant[]
SaJMXConstants.ConfigVariant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.config with parameters of type SaJMXConstants.ConfigVariant Modifier and Type Method Description static SaJMXConstants.ConfigKey[]
SaJMXConstants. getFileNames(SaJMXConstants.ConfigVariant cfgVariant)
Reads the default filenames for different configurations.void
SaJMXConfiguration. setConfigType(SaJMXConstants.ConfigVariant type, java.lang.String mainFile)
Set the configuration type and main file.void
SaJMXConfiguration. setConfigType(SaJMXConstants.ConfigVariant type, java.util.Properties configuration)
Set the configuration type and properties.void
SaJMXConfiguration. setConfigTypeAndConfigDirectory(SaJMXConstants.ConfigVariant type, java.lang.String configurationDir)
Set the configuration type and configuration directory.
-