|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.commons.datasource.configuration.FileType
org.deegree.commons.datasource.configuration.FileSetType
public class FileSetType
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 |
|---|
protected String filePattern
protected Boolean recursive
| Constructor Detail |
|---|
public FileSetType()
| Method Detail |
|---|
public String getFilePattern()
Stringpublic void setFilePattern(String value)
value - allowed object is
Stringpublic Boolean isRecursive()
Booleanpublic void setRecursive(Boolean value)
value - allowed object is
Boolean
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||