org.plasma.config
Class Repository

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by 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>
 


Field Summary
protected  List<Artifact> artifacts
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
Repository()
           
 
Method Summary
 List<Artifact> getArtifacts()
          Gets the value of the artifacts property.
 
Methods inherited from class org.plasma.config.Configuration
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

artifacts

protected List<Artifact> artifacts
Constructor Detail

Repository

public Repository()
Method Detail

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 © 2013. All rights reserved.