org.apache.maven.shared.model.fileset
Class FileSet

java.lang.Object
  extended byorg.apache.maven.shared.model.fileset.SetBase
      extended byorg.apache.maven.shared.model.fileset.FileSet
All Implemented Interfaces:
Serializable

public class FileSet
extends SetBase
implements Serializable

Defines the rules for matching and working with files in a given base directory.

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

Constructor Summary
FileSet()
           
 
Method Summary
 String getDirectory()
          Get Absolute or relative from the module's directory.
 String getLineEnding()
          Get Controls the line-endings of files in this fileSet.
 String getModelEncoding()
           
 void setDirectory(String directory)
          Set Absolute or relative from the module's directory.
 void setLineEnding(String lineEnding)
          Set Controls the line-endings of files in this fileSet.
 void setModelEncoding(String modelEncoding)
           
 
Methods inherited from class org.apache.maven.shared.model.fileset.SetBase
addExclude, addInclude, getDirectoryMode, getExcludes, getExcludesArray, getFileMode, getIncludes, getIncludesArray, getMapper, getOutputDirectory, isFollowSymlinks, isUseDefaultExcludes, removeExclude, removeInclude, setDirectoryMode, setExcludes, setFileMode, setFollowSymlinks, setIncludes, setMapper, setOutputDirectory, setUseDefaultExcludes
 
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 Absolute or relative from the module's directory. For example, "src/main/bin" would select this subdirectory of the project in which this dependency is defined.


getLineEnding

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


setDirectory

public void setDirectory(String directory)
Set Absolute or relative 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 -

setLineEnding

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

Parameters:
lineEnding -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class SetBase

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class SetBase


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