|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.assembly.model.FileItem
A file allows individual file inclusion with the option to change the destination filename not supported by fileSets.
| Constructor Summary | |
FileItem()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileItem()
| Method Detail |
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 -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||