|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.project.Filter
public class Filter
Java class for filter element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="filter">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dir" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="extension" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="includeSubdirectories" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outDir" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="pattern" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="regex" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
dir
|
protected java.lang.String |
extension
|
protected java.lang.Boolean |
includeSubdirectories
|
protected java.lang.String |
outDir
|
protected java.lang.String |
pattern
|
protected java.lang.Boolean |
regex
|
| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDir()
Gets the value of the dir property. |
java.lang.String |
getExtension()
Gets the value of the extension property. |
java.lang.String |
getOutDir()
Gets the value of the outDir property. |
java.lang.String |
getPattern()
Gets the value of the pattern property. |
boolean |
isIncludeSubdirectories()
Gets the value of the includeSubdirectories property. |
boolean |
isRegex()
Gets the value of the regex property. |
void |
setDir(java.lang.String value)
Sets the value of the dir property. |
void |
setExtension(java.lang.String value)
Sets the value of the extension property. |
void |
setIncludeSubdirectories(java.lang.Boolean value)
Sets the value of the includeSubdirectories property. |
void |
setOutDir(java.lang.String value)
Sets the value of the outDir property. |
void |
setPattern(java.lang.String value)
Sets the value of the pattern property. |
void |
setRegex(java.lang.Boolean value)
Sets the value of the regex property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String dir
protected java.lang.String extension
protected java.lang.Boolean includeSubdirectories
protected java.lang.String outDir
protected java.lang.String pattern
protected java.lang.Boolean regex
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public java.lang.String getDir()
Stringpublic void setDir(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic boolean isIncludeSubdirectories()
Booleanpublic void setIncludeSubdirectories(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getOutDir()
Stringpublic void setOutDir(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPattern()
Stringpublic void setPattern(java.lang.String value)
value - allowed object is
Stringpublic boolean isRegex()
Booleanpublic void setRegex(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||