public class ConfigurationGroup extends Configuration
Configuration.Visibility
Constructor and Description |
---|
ConfigurationGroup(java.lang.String confName,
java.util.Map<java.lang.String,Configuration> members) |
Modifier and Type | Method and Description |
---|---|
Configuration |
getMemberConfiguration(java.lang.String confName)
Returns the
Configuration object for the given conf name, or null if the
given conf name is not part of this group or if this conf name isn't defined in the module in
which this group has been built. |
java.lang.String[] |
getMembersConfigurationNames()
Returns the list of configurations' names this object is a group of.
|
Configuration.Visibility |
getVisibility() |
equals, findConfigurationExtending, getDeprecated, getDescription, getExtends, getName, getSourceModule, hashCode, isTransitive, replaceWildcards, toString
setExtraAttribute
getAttribute, getAttributes, getExtraAttribute, getExtraAttributes, getQualifiedExtraAttributes, setStandardAttribute
public ConfigurationGroup(java.lang.String confName, java.util.Map<java.lang.String,Configuration> members)
public java.lang.String[] getMembersConfigurationNames()
This list is built from the configuration name, if some of these configuration names have
actually not been recognized in the module, they will be null
when accessed from
ConfigurationIntersection.getIntersectedConfiguration(String)
.
public Configuration getMemberConfiguration(java.lang.String confName)
Configuration
object for the given conf name, or null
if the
given conf name is not part of this group or if this conf name isn't defined in the module in
which this group has been built.confName
- the name of the configuration to return.Configuration
object for the given conf namepublic Configuration.Visibility getVisibility()
getVisibility
in class Configuration
Copyright ©2007-2022 The Apache Software Foundation, Licensed under Apache License, Version 2.0.