Uses of Enum Class
com.saperion.config.SaJMXConstants.ConfigKey
Packages that use SaJMXConstants.ConfigKey
-
Uses of SaJMXConstants.ConfigKey in com.saperion.config
Methods in com.saperion.config that return SaJMXConstants.ConfigKeyModifier and TypeMethodDescriptionstatic SaJMXConstants.ConfigKey[]SaJMXConstants.getFileNames(SaJMXConstants.ConfigVariant cfgVariant) Reads the default filenames for different configurations.static SaJMXConstants.ConfigKeyReturns the enum constant of this class with the specified name.static SaJMXConstants.ConfigKey[]SaJMXConstants.ConfigKey.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.ConfigKeyModifier and TypeMethodDescriptionbooleanSaJMXConfiguration.configureLog4j(SaJMXConstants.ConfigKey section) Configures the Log4J system from the given section key.booleanSaJMXConfiguration.getBooleanProperty(SaJMXConstants.ConfigKey configKey, String name, boolean defaultValue) Reads boolean property with default value.doubleSaJMXConfiguration.getDoubleProperty(SaJMXConstants.ConfigKey configKey, String name, double defaultValue) Reads double property with default value.SaJMXConfiguration.getFileProperty(SaJMXConstants.ConfigKey configKey, String name) Reads file property.intSaJMXConfiguration.getIntProperty(SaJMXConstants.ConfigKey configKey, String name, int defaultValue) Reads integer property with default value.SaJMXConfiguration.getLinkProperty(SaJMXConstants.ConfigKey configKey) Reads linked file property.intSaJMXConfiguration.getNumberOfTokens(SaJMXConstants.ConfigKey configKey, String propertyName, String delimiter) Reads a multivalue property and returns the number of tokens separated by the given delimiter.SaJMXConfiguration.getProperties(SaJMXConstants.ConfigKey key) Reads a property set.SaJMXConfiguration.getProperty(SaJMXConstants.ConfigKey configKey, String key) Returns the value for a given key from the given configuration.SaJMXConfiguration.getProperty(SaJMXConstants.ConfigKey configKey, String key, String defaultValue) Returns the value for a given key from the given configuration with default value.String[]SaJMXConfiguration.getTokens(SaJMXConstants.ConfigKey configKey, String propertyName, String delimiter) Reads a multivalue property separated by the given delimiter and returns the values as String[].booleanSaJMXConfiguration.hasProperty(SaJMXConstants.ConfigKey configKey, String propertyName) Returns true if the property with the given name exists within the given configuration.booleanSaJMXConfiguration.hasSection(SaJMXConstants.ConfigKey key) Checks, if the given section exists.voidSaJMXConfiguration.setProperties(SaJMXConstants.ConfigKey key, Properties props) sets a property set to the already existing configuration.