org.apache.maven.plugin.assembly.model
Class FileSet

java.lang.Object
  extended by org.apache.maven.plugin.assembly.model.SetBase
      extended by org.apache.maven.plugin.assembly.model.FileSet
All Implemented Interfaces:
Serializable

public class FileSet
extends SetBase
implements Serializable

A fileSet allows the inclusion of groups of files into the assembly.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FileSet()
           
 
Method Summary
 String getDirectory()
          Get sets the absolute or relative location from the module's directory.
 String getLineEnding()
          Get sets the line-endings of the files in this fileSet.
 boolean isFiltered()
          Get whether to filter symbols in the files as they are copied, using properties from the build configuration.
 void setDirectory(String directory)
          Set sets the absolute or relative location from the module's directory.
 void setFiltered(boolean filtered)
          Set whether to filter symbols in the files as they are copied, using properties from the build configuration.
 void setLineEnding(String lineEnding)
          Set sets the line-endings of the files in this fileSet.
 
Methods inherited from class org.apache.maven.plugin.assembly.model.SetBase
addExclude, addInclude, getDirectoryMode, getExcludes, getFileMode, getIncludes, getOutputDirectory, isUseDefaultExcludes, isUseStrictFiltering, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setIncludes, setOutputDirectory, setUseDefaultExcludes, setUseStrictFiltering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSet

public FileSet()
Method Detail

getDirectory

public String getDirectory()
Get sets the absolute or relative location from the module's directory. For example, "src/main/bin" would select this subdirectory of the project in which this dependency is defined.

Returns:
String

getLineEnding

public String getLineEnding()
Get sets the line-endings of the files in this fileSet. Valid values:

Returns:
String

isFiltered

public boolean isFiltered()
Get whether to filter symbols in the files as they are copied, using properties from the build configuration.

Returns:
boolean

setDirectory

public void setDirectory(String directory)
Set sets the absolute or relative location from the module's directory. For example, "src/main/bin" would select this subdirectory of the project in which this dependency is defined.

Parameters:
directory -

setFiltered

public void setFiltered(boolean filtered)
Set whether to filter symbols in the files as they are copied, using properties from the build configuration.

Parameters:
filtered -

setLineEnding

public void setLineEnding(String lineEnding)
Set sets the line-endings of the files in this fileSet. Valid values:

Parameters:
lineEnding -


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.