Uses of Class
io.ultreia.java4all.config.ApplicationConfigScope
-
-
Uses of ApplicationConfigScope in io.ultreia.java4all.config
Fields in io.ultreia.java4all.config with type parameters of type ApplicationConfigScope Modifier and Type Field Description protected EnumMap<ApplicationConfigScope,Properties>ApplicationConfig. propertiesByScopeContient les fichiers de propriétés par scope.protected Set<ApplicationConfigScope>ApplicationConfigInit. scopesMethods in io.ultreia.java4all.config that return ApplicationConfigScope Modifier and Type Method Description static ApplicationConfigScopeApplicationConfigScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationConfigScope[]ApplicationConfigScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ultreia.java4all.config that return types with arguments of type ApplicationConfigScope Modifier and Type Method Description Set<ApplicationConfigScope>ApplicationConfigInit. getScopes()Methods in io.ultreia.java4all.config with parameters of type ApplicationConfigScope Modifier and Type Method Description static ApplicationConfigInitApplicationConfigInit. forAllScopesWithout(ApplicationConfigScope... excludedScopes)static ApplicationConfigInitApplicationConfigInit. forScopes(ApplicationConfigScope... scopes)protected PropertiesApplicationConfig. getProperties(ApplicationConfigScope scope)protected voidApplicationConfig. putAll(Properties prop, ApplicationConfigScope scope)protected voidApplicationConfig. remove(String key, ApplicationConfigScope... scopes)Constructors in io.ultreia.java4all.config with parameters of type ApplicationConfigScope Constructor Description ApplicationConfigInit(ApplicationConfigScope... scopes)
-