Uses of Enum Class
tigase.kernel.beans.selector.ConfigTypeEnum
Packages that use ConfigTypeEnum
-
Uses of ConfigTypeEnum in tigase.kernel.beans.selector
Methods in tigase.kernel.beans.selector that return ConfigTypeEnumModifier and TypeMethodDescriptionstatic ConfigTypeEnum
ServerBeanSelector.getConfigType
(Kernel kernel) static ConfigTypeEnum
ConfigTypeEnum.valueForId
(String id) static ConfigTypeEnum
Returns the enum constant of this class with the specified name.static ConfigTypeEnum[]
ConfigTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfigTypeEnum in tigase.util.setup
Methods in tigase.util.setup with parameters of type ConfigTypeEnumModifier and TypeMethodDescriptionstatic ConfigBuilder
SetupHelper.generateConfig
(ConfigTypeEnum configType, String dbUri, boolean clusterMode, boolean acs, Optional<Set<String>> optionalComponentsOption, Optional<Set<String>> forceEnabledComponentsOptions, Optional<Set<String>> pluginsOption, String defaultVirtualHost, Optional<BareJID[]> admins, Optional<SetupHelper.HttpSecurity> httpSecurity)