|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.assembly111.FileSet
public class FileSet
A fileSet allows the inclusion of groups of files into the assembly.
Java class for FileSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="directory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lineEnding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filtered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useStrictFiltering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="useDefaultExcludes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="outputDirectory" 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>
<element name="fileMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="directoryMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
FileSet.Excludes
Java class for anonymous complex type. |
static class |
FileSet.Includes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
directory
|
protected String |
directoryMode
|
protected FileSet.Excludes |
excludes
|
protected String |
fileMode
|
protected Boolean |
filtered
|
protected FileSet.Includes |
includes
|
protected String |
lineEnding
|
protected String |
outputDirectory
|
protected Boolean |
useDefaultExcludes
|
protected Boolean |
useStrictFiltering
|
| Constructor Summary | |
|---|---|
FileSet()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.assembly111.FileSet instance. |
|
FileSet(FileSet o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.assembly111.FileSet instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FileSet |
clone()
Creates and returns a copy of this object. |
String |
getDirectory()
Gets the value of the directory property. |
String |
getDirectoryMode()
Gets the value of the directoryMode property. |
FileSet.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getFileMode()
Gets the value of the fileMode property. |
FileSet.Includes |
getIncludes()
Gets the value of the includes property. |
String |
getLineEnding()
Gets the value of the lineEnding property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
Boolean |
isFiltered()
Gets the value of the filtered property. |
Boolean |
isUseDefaultExcludes()
Gets the value of the useDefaultExcludes property. |
Boolean |
isUseStrictFiltering()
Gets the value of the useStrictFiltering property. |
void |
setDirectory(String value)
Sets the value of the directory property. |
void |
setDirectoryMode(String value)
Sets the value of the directoryMode property. |
void |
setExcludes(FileSet.Excludes value)
Sets the value of the excludes property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setFiltered(Boolean value)
Sets the value of the filtered property. |
void |
setIncludes(FileSet.Includes value)
Sets the value of the includes property. |
void |
setLineEnding(String value)
Sets the value of the lineEnding property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setUseDefaultExcludes(Boolean value)
Sets the value of the useDefaultExcludes property. |
void |
setUseStrictFiltering(Boolean value)
Sets the value of the useStrictFiltering property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String directory
protected String lineEnding
protected Boolean filtered
protected Boolean useStrictFiltering
protected Boolean useDefaultExcludes
protected String outputDirectory
protected FileSet.Includes includes
protected FileSet.Excludes excludes
protected String fileMode
protected String directoryMode
| Constructor Detail |
|---|
public FileSet()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.assembly111.FileSet instance.
public FileSet(FileSet o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.assembly111.FileSet instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic String getLineEnding()
Stringpublic void setLineEnding(String value)
value - allowed object is
Stringpublic Boolean isFiltered()
Booleanpublic void setFiltered(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseStrictFiltering()
Booleanpublic void setUseStrictFiltering(Boolean value)
value - allowed object is
Booleanpublic Boolean isUseDefaultExcludes()
Booleanpublic void setUseDefaultExcludes(Boolean value)
value - allowed object is
Booleanpublic String getOutputDirectory()
Stringpublic void setOutputDirectory(String value)
value - allowed object is
Stringpublic FileSet.Includes getIncludes()
FileSet.Includespublic void setIncludes(FileSet.Includes value)
value - allowed object is
FileSet.Includespublic FileSet.Excludes getExcludes()
FileSet.Excludespublic void setExcludes(FileSet.Excludes value)
value - allowed object is
FileSet.Excludespublic String getFileMode()
Stringpublic void setFileMode(String value)
value - allowed object is
Stringpublic String getDirectoryMode()
Stringpublic void setDirectoryMode(String value)
value - allowed object is
Stringpublic FileSet clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||