public class FileItem extends Object implements Serializable
| Constructor and Description | 
|---|
FileItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDestName()
Get sets the destination filename in the outputDirectory. 
 | 
String | 
getFileMode()
Get similar to a UNIX permission, sets the file mode of the
 files included. 
 | 
String | 
getLineEnding()
Get sets the line-endings of the files in this file. 
 | 
String | 
getOutputDirectory()
Get sets the output directory relative to the root
             of the root directory of the assembly. 
 | 
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(String destName)
Set sets the destination filename in the outputDirectory. 
 | 
void | 
setFileMode(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(String lineEnding)
Set sets the line-endings of the files in this file. 
 | 
void | 
setOutputDirectory(String outputDirectory)
Set sets the output directory relative to the root
             of the root directory of the assembly. 
 | 
void | 
setSource(String source)
Set sets the absolute or relative path from the module's
 directory
             of the file to be included in the assembly. 
 | 
public String getDestName()
public String getFileMode()
public String getLineEnding()
public String getOutputDirectory()
public String getSource()
public boolean isFiltered()
public void setDestName(String destName)
destName - public void setFileMode(String fileMode)
fileMode - public void setFiltered(boolean filtered)
filtered - public void setLineEnding(String lineEnding)
lineEnding - public void setOutputDirectory(String outputDirectory)
outputDirectory - public void setSource(String source)
source - Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.