public class ConfigurationGroup extends Configuration
Configuration.Visibility
Constructor and Description |
---|
ConfigurationGroup(java.lang.String confName,
java.util.Map 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 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
#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