Uses of Class
tigase.kernel.beans.selector.ConfigTypeEnum
-
Packages that use ConfigTypeEnum Package Description tigase.kernel.beans.selector tigase.util.setup -
-
Uses of ConfigTypeEnum in tigase.kernel.beans.selector
Methods in tigase.kernel.beans.selector that return ConfigTypeEnum Modifier and Type Method Description static ConfigTypeEnumServerBeanSelector. getConfigType(Kernel kernel)ConfigTypeEnum[]value()static ConfigTypeEnumConfigTypeEnum. valueForId(String id)static ConfigTypeEnumConfigTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigTypeEnum[]ConfigTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfigTypeEnum in tigase.util.setup
Methods in tigase.util.setup with parameters of type ConfigTypeEnum Modifier and Type Method Description static ConfigBuilderSetupHelper. 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)
-