public class FileItem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
destName
Sets the destination filename in the
outputDirectory.
|
private java.lang.String |
fileMode
Similar to a UNIX permission, sets the file mode
of the files included.
|
private boolean |
filtered
Sets whether to determine if the file is
filtered.
|
private java.lang.String |
lineEnding
Sets the line-endings of the files in this file.
|
private java.lang.String |
outputDirectory
Sets the output directory relative to the root
of the root directory of the assembly.
|
private java.lang.String |
source
Sets the absolute or relative path from the
module's directory
of the file to be included in the assembly.
|
Constructor and Description |
---|
FileItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDestName()
Get sets the destination filename in the outputDirectory.
|
java.lang.String |
getFileMode()
Get similar to a UNIX permission, sets the file mode of the
files included.
|
java.lang.String |
getLineEnding()
Get sets the line-endings of the files in this file.
|
java.lang.String |
getOutputDirectory()
Get sets the output directory relative to the root
of the root directory of the assembly.
|
java.lang.String |
getSource()
Get sets the absolute or relative path from the module's
directory
of the file to be included in the assembly.
|
boolean |
isFiltered()
Get sets whether to determine if the file is filtered.
|
void |
setDestName(java.lang.String destName)
Set sets the destination filename in the outputDirectory.
|
void |
setFileMode(java.lang.String fileMode)
Set similar to a UNIX permission, sets the file mode of the
files included.
|
void |
setFiltered(boolean filtered)
Set sets whether to determine if the file is filtered.
|
void |
setLineEnding(java.lang.String lineEnding)
Set sets the line-endings of the files in this file.
|
void |
setOutputDirectory(java.lang.String outputDirectory)
Set sets the output directory relative to the root
of the root directory of the assembly.
|
void |
setSource(java.lang.String source)
Set sets the absolute or relative path from the module's
directory
of the file to be included in the assembly.
|
private java.lang.String source
private java.lang.String outputDirectory
private java.lang.String destName
private java.lang.String fileMode
private java.lang.String lineEnding
private boolean filtered
public java.lang.String getDestName()
public java.lang.String getFileMode()
public java.lang.String getLineEnding()
public java.lang.String getOutputDirectory()
public java.lang.String getSource()
public boolean isFiltered()
public void setDestName(java.lang.String destName)
destName
- public void setFileMode(java.lang.String fileMode)
fileMode
- public void setFiltered(boolean filtered)
filtered
- public void setLineEnding(java.lang.String lineEnding)
lineEnding
- public void setOutputDirectory(java.lang.String outputDirectory)
outputDirectory
- public void setSource(java.lang.String source)
source
-