|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getSource()
Stringvoid setSource(String value)
value - allowed object is
StringString getOutputDirectory()
Stringvoid setOutputDirectory(String value)
value - allowed object is
StringString getDestName()
Stringvoid setDestName(String value)
value - allowed object is
StringString getFileMode()
Stringvoid setFileMode(String value)
value - allowed object is
StringString getLineEnding()
Stringvoid setLineEnding(String value)
value - allowed object is
StringBoolean isFiltered()
Booleanvoid setFiltered(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||