org.plasma.config
Class Repository
java.lang.Object
org.plasma.config.Configuration
org.plasma.config.Repository
public class Repository
- extends Configuration
Java class for Repository complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Repository">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<sequence>
<element name="Artifact" type="{http://www.plasma.org/config}Artifact" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
artifacts
protected List<Artifact> artifacts
Repository
public Repository()
getArtifacts
public List<Artifact> getArtifacts()
- Gets the value of the artifacts property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the artifacts property.
For example, to add a new item, do as follows:
getArtifacts().add(newItem);
Objects of the following type(s) are allowed in the list
Artifact
Copyright © 2014. All rights reserved.