Class RepositoryMapping

java.lang.Object
gen.core.project.RepositoryMapping

public class RepositoryMapping extends Object
Directory mapping to repository. Local and Repository attributes can be directory and files. In case of directory it should be ended by '/'

Java class for RepositoryMapping complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="RepositoryMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="excludes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="includes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="local" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="repository" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • RepositoryMapping

      public RepositoryMapping()
  • Method Details

    • getExcludes

      public List<String> getExcludes()
      Gets the value of the excludes 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 Jakarta XML Binding object. This is why there is not a set method for the excludes property.

      For example, to add a new item, do as follows:

       getExcludes().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the excludes property.
    • getIncludes

      public List<String> getIncludes()
      Gets the value of the includes 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 Jakarta XML Binding object. This is why there is not a set method for the includes property.

      For example, to add a new item, do as follows:

       getIncludes().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the includes property.
    • getLocal

      public String getLocal()
      Gets the value of the local property.
      Returns:
      possible object is String
    • setLocal

      public void setLocal(String value)
      Sets the value of the local property.
      Parameters:
      value - allowed object is String
    • getRepository

      public String getRepository()
      Gets the value of the repository property.
      Returns:
      possible object is String
    • setRepository

      public void setRepository(String value)
      Sets the value of the repository property.
      Parameters:
      value - allowed object is String