|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.FileItem
public class FileItem
A file allows individual file inclusion with the option to change the destination filename not supported by fileSets.
Java class for FileItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="outputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="destName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileMode" 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"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
destName
|
protected String |
fileMode
|
protected Boolean |
filtered
|
protected String |
lineEnding
|
protected String |
outputDirectory
|
protected String |
source
|
| Constructor Summary | |
|---|---|
FileItem()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.FileItem instance. |
|
FileItem(FileItem o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.FileItem instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FileItem |
clone()
Creates and returns a copy of this object. |
String |
getDestName()
Gets the value of the destName property. |
String |
getFileMode()
Gets the value of the fileMode property. |
String |
getLineEnding()
Gets the value of the lineEnding property. |
String |
getOutputDirectory()
Gets the value of the outputDirectory property. |
String |
getSource()
Gets the value of the source property. |
Boolean |
isFiltered()
Gets the value of the filtered property. |
void |
setDestName(String value)
Sets the value of the destName property. |
void |
setFileMode(String value)
Sets the value of the fileMode property. |
void |
setFiltered(Boolean value)
Sets the value of the filtered property. |
void |
setLineEnding(String value)
Sets the value of the lineEnding property. |
void |
setOutputDirectory(String value)
Sets the value of the outputDirectory property. |
void |
setSource(String value)
Sets the value of the source property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String source
protected String outputDirectory
protected String destName
protected String fileMode
protected String lineEnding
protected Boolean filtered
| Constructor Detail |
|---|
public FileItem()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.FileItem instance.
public FileItem(FileItem o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.assembly111.FileItem instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getOutputDirectory()
Stringpublic void setOutputDirectory(String value)
value - allowed object is
Stringpublic String getDestName()
Stringpublic void setDestName(String value)
value - allowed object is
Stringpublic String getFileMode()
Stringpublic void setFileMode(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 FileItem clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||