org.xmlhammer.model.project
Class Filter

java.lang.Object
  extended by org.xmlhammer.model.project.Filter

public class Filter
extends java.lang.Object

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

dir

protected java.lang.String dir

extension

protected java.lang.String extension

includeSubdirectories

protected java.lang.Boolean includeSubdirectories

outDir

protected java.lang.String outDir

pattern

protected java.lang.String pattern

regex

protected java.lang.Boolean regex
Constructor Detail

Filter

public Filter()
Method Detail

getDir

public java.lang.String getDir()
Gets the value of the dir property.

Returns:
possible object is String

setDir

public void setDir(java.lang.String value)
Sets the value of the dir property.

Parameters:
value - allowed object is String

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

isIncludeSubdirectories

public boolean isIncludeSubdirectories()
Gets the value of the includeSubdirectories property.

Returns:
possible object is Boolean

setIncludeSubdirectories

public void setIncludeSubdirectories(java.lang.Boolean value)
Sets the value of the includeSubdirectories property.

Parameters:
value - allowed object is Boolean

getOutDir

public java.lang.String getOutDir()
Gets the value of the outDir property.

Returns:
possible object is String

setOutDir

public void setOutDir(java.lang.String value)
Sets the value of the outDir property.

Parameters:
value - allowed object is String

getPattern

public java.lang.String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(java.lang.String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String

isRegex

public boolean isRegex()
Gets the value of the regex property.

Returns:
possible object is Boolean

setRegex

public void setRegex(java.lang.Boolean value)
Sets the value of the regex property.

Parameters:
value - allowed object is Boolean


Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.