|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
Resource.Excludes
Java class for anonymous complex type. |
static interface |
Resource.Includes
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getTargetPath()
Stringvoid setTargetPath(String value)
value - allowed object is
StringBoolean isFiltering()
Booleanvoid setFiltering(Boolean value)
value - allowed object is
BooleanString getDirectory()
Stringvoid setDirectory(String value)
value - allowed object is
StringResource.Includes getIncludes()
Resource.Includesvoid setIncludes(Resource.Includes value)
value - allowed object is
Resource.IncludesResource.Excludes getExcludes()
Resource.Excludesvoid setExcludes(Resource.Excludes value)
value - allowed object is
Resource.Excludes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||