public class ConfigurationContainer extends Container<Configuration>
Constructor and Description |
---|
ConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
void |
addMember(Configuration member)
Add a new member into the container
|
Configuration[] |
getMembers()
Returns the Configuration artifacts within the container
|
void |
setMembers(Configuration[] members)
Sets the members of the container
|
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public Configuration[] getMembers()
getMembers
in class Container<Configuration>
public void setMembers(Configuration[] members)
Container
setMembers
in class Container<Configuration>
members
- the new members of the containerpublic void addMember(Configuration member)
Container
addMember
in class Container<Configuration>
member
- the new member of the container