|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Resource
public class Resource
This element describes all of the classpath resources associated with a project or unit tests.
Java class for Resource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Resource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="targetPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filtering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="excludes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Resource.Excludes
Java class for anonymous complex type. |
static class |
Resource.Includes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
directory
|
protected Resource.Excludes |
excludes
|
protected Boolean |
filtering
|
protected Resource.Includes |
includes
|
protected String |
targetPath
|
| Constructor Summary | |
|---|---|
Resource()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Resource instance. |
|
Resource(Resource o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Resource instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Resource |
clone()
Creates and returns a copy of this object. |
String |
getDirectory()
Gets the value of the directory property. |
Resource.Excludes |
getExcludes()
Gets the value of the excludes property. |
Resource.Includes |
getIncludes()
Gets the value of the includes property. |
String |
getTargetPath()
Gets the value of the targetPath property. |
Boolean |
isFiltering()
Gets the value of the filtering property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setExcludes(Resource.Excludes value)
Sets the value of the excludes property. |
void |
setFiltering(Boolean value)
Sets the value of the filtering property. |
void |
setIncludes(Resource.Includes value)
Sets the value of the includes property. |
void |
setTargetPath(String value)
Sets the value of the targetPath property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String targetPath
protected Boolean filtering
protected String directory
protected Resource.Includes includes
protected Resource.Excludes excludes
| Constructor Detail |
|---|
public Resource()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Resource instance.
public Resource(Resource o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Resource instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getTargetPath()
Stringpublic void setTargetPath(String value)
value - allowed object is
Stringpublic Boolean isFiltering()
Booleanpublic void setFiltering(Boolean value)
value - allowed object is
Booleanpublic String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic Resource.Includes getIncludes()
Resource.Includespublic void setIncludes(Resource.Includes value)
value - allowed object is
Resource.Includespublic Resource.Excludes getExcludes()
Resource.Excludespublic void setExcludes(Resource.Excludes value)
value - allowed object is
Resource.Excludespublic Resource clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||