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(java.lang.String id)static ConfigTypeEnumConfigTypeEnum. valueOf(java.lang.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, java.lang.String dbUri, boolean clusterMode, boolean acs, java.util.Optional<java.util.Set<java.lang.String>> optionalComponentsOption, java.util.Optional<java.util.Set<java.lang.String>> forceEnabledComponentsOptions, java.util.Optional<java.util.Set<java.lang.String>> pluginsOption, java.lang.String defaultVirtualHost, java.util.Optional<BareJID[]> admins, java.util.Optional<SetupHelper.HttpSecurity> httpSecurity)
-