Uses of Interface
org.apache.archiva.redback.common.config.api.ConfigRegistry
-
Packages that use ConfigRegistry Package Description org.apache.archiva.redback.common.config.acc2 org.apache.archiva.redback.common.config.api -
-
Uses of ConfigRegistry in org.apache.archiva.redback.common.config.acc2
Classes in org.apache.archiva.redback.common.config.acc2 that implement ConfigRegistry Modifier and Type Class Description classCommonsConfigurationRegistryImplementation of the registry component using Commons Configuration 2.Methods in org.apache.archiva.redback.common.config.acc2 that return ConfigRegistry Modifier and Type Method Description ConfigRegistryCommonsConfigurationRegistry. getPartOfCombined(String name)ConfigRegistryCommonsConfigurationRegistry. getSubset(String key)Methods in org.apache.archiva.redback.common.config.acc2 that return types with arguments of type ConfigRegistry Modifier and Type Method Description List<ConfigRegistry>CommonsConfigurationRegistry. getSubsetList(String key) -
Uses of ConfigRegistry in org.apache.archiva.redback.common.config.api
Methods in org.apache.archiva.redback.common.config.api that return ConfigRegistry Modifier and Type Method Description ConfigRegistryConfigRegistry. getPartOfCombined(String name)Get a configuration source part of the registry, identified by the given name.ConfigRegistryConfigRegistry. getSubset(String key)Get a subset of the registry, for all keys descended from the given key.Methods in org.apache.archiva.redback.common.config.api that return types with arguments of type ConfigRegistry Modifier and Type Method Description List<ConfigRegistry>ConfigRegistry. getSubsetList(String key)Get a list of subsets of the registry, for all keys descended from the given key.Methods in org.apache.archiva.redback.common.config.api with parameters of type ConfigRegistry Modifier and Type Method Description voidRegistryListener. handleConfigurationChangeEvent(ConfigRegistry registry, EventType eventType, String propertyName, Object propertyValue, Object oldValue)Notify the object that there has been a configuration change.
-