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" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Artifact> |
artifacts |
properties| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
getArtifacts()
Gets the value of the artifacts property.
|
getPropertiespublic List<Artifact> getArtifacts()
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 © 2015. All rights reserved.