@OslcName(value="Container") @OslcNamespace(value="http://www.w3.org/ns/ldp#") @OslcResourceShape(title="Container<Configuration> Resource Shape", describes="http://www.w3.org/ns/ldp#Container") 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
|
@OslcDescription(value="Members of the container.") @OslcName(value="member") @OslcPropertyDefinition(value="http://www.w3.org/ns/ldp#member") @OslcTitle(value="Member") @OslcValueType(value=LocalResource) 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