public class Resource extends LocatedTreeImpl
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}string" 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Resource.Excludes
Java class for anonymous complex type.
|
static class |
Resource.Includes
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
directory |
protected Resource.Excludes |
excludes |
protected LocatedAttribute |
filtering |
protected Resource.Includes |
includes |
protected LocatedAttribute |
targetPath |
endLocation, startLocation| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getDirectory()
Gets the value of the directory property.
|
Resource.Excludes |
getExcludes()
Gets the value of the excludes property.
|
LocatedAttribute |
getFiltering()
Gets the value of the filtering property.
|
Resource.Includes |
getIncludes()
Gets the value of the includes property.
|
LocatedAttribute |
getTargetPath()
Gets the value of the targetPath property.
|
void |
setDirectory(LocatedAttribute value)
Sets the value of the directory property.
|
void |
setExcludes(Resource.Excludes value)
Sets the value of the excludes property.
|
void |
setFiltering(LocatedAttribute value)
Sets the value of the filtering property.
|
void |
setIncludes(Resource.Includes value)
Sets the value of the includes property.
|
void |
setTargetPath(LocatedAttribute value)
Sets the value of the targetPath property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute targetPath
protected LocatedAttribute filtering
protected LocatedAttribute directory
protected Resource.Includes includes
protected Resource.Excludes excludes
public LocatedAttribute getTargetPath()
Stringpublic void setTargetPath(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getFiltering()
Stringpublic void setFiltering(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getDirectory()
Stringpublic void setDirectory(LocatedAttribute 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.ExcludesCopyright © 2012–2016 SonarSource. All rights reserved.