deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.datasource.configuration
Class FileSetType

java.lang.Object
  extended by org.deegree.commons.datasource.configuration.FileType
      extended by org.deegree.commons.datasource.configuration.FileSetType
Direct Known Subclasses:
RasterFileSetType

public class FileSetType
extends FileType

A fileset type defines a file pattern to search for in a given directory, as well if it should search recursively in the given directory.

Java class for FileSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FileSetType">
   <simpleContent>
     <extension base="<http://www.deegree.org/datasource>FileType">
       <attribute name="filePattern" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
       <attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String filePattern
           
protected  Boolean recursive
           
 
Fields inherited from class org.deegree.commons.datasource.configuration.FileType
value
 
Constructor Summary
FileSetType()
           
 
Method Summary
 String getFilePattern()
          Gets the value of the filePattern property.
 Boolean isRecursive()
          Gets the value of the recursive property.
 void setFilePattern(String value)
          Sets the value of the filePattern property.
 void setRecursive(Boolean value)
          Sets the value of the recursive property.
 
Methods inherited from class org.deegree.commons.datasource.configuration.FileType
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filePattern

protected String filePattern

recursive

protected Boolean recursive
Constructor Detail

FileSetType

public FileSetType()
Method Detail

getFilePattern

public String getFilePattern()
Gets the value of the filePattern property.

Returns:
possible object is String

setFilePattern

public void setFilePattern(String value)
Sets the value of the filePattern property.

Parameters:
value - allowed object is String

isRecursive

public Boolean isRecursive()
Gets the value of the recursive property.

Returns:
possible object is Boolean

setRecursive

public void setRecursive(Boolean value)
Sets the value of the recursive property.

Parameters:
value - allowed object is Boolean

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>