Uses of Enum Class
com.saperion.config.SaJMXConstants.ConfigVariant
Packages that use SaJMXConstants.ConfigVariant
-
Uses of SaJMXConstants.ConfigVariant in com.saperion.config
Methods in com.saperion.config that return SaJMXConstants.ConfigVariantModifier and TypeMethodDescriptionSaJMXConfiguration.getConfigType()
Reads the configuration type.static SaJMXConstants.ConfigVariant
Returns the enum constant of this class with the specified name.static SaJMXConstants.ConfigVariant[]
SaJMXConstants.ConfigVariant.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.config with parameters of type SaJMXConstants.ConfigVariantModifier and TypeMethodDescriptionstatic SaJMXConstants.ConfigKey[]
SaJMXConstants.getFileNames
(SaJMXConstants.ConfigVariant cfgVariant) Reads the default filenames for different configurations.void
SaJMXConfiguration.setConfigType
(SaJMXConstants.ConfigVariant type, String mainFile) Set the configuration type and main file.void
SaJMXConfiguration.setConfigType
(SaJMXConstants.ConfigVariant type, Properties configuration) Set the configuration type and properties.void
SaJMXConfiguration.setConfigTypeAndConfigDirectory
(SaJMXConstants.ConfigVariant type, String configurationDir) Set the configuration type and configuration directory.