org.apache.maven.shared.model.fileset

Class FileSet

public class FileSet extends SetBase implements Serializable

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

Version: $Revision$ $Date$

Method Summary
StringgetDirectory()
Get Absolute or relative from the module's directory.
StringgetLineEnding()
Get Controls the line-endings of files in this fileSet.
StringgetModelEncoding()
voidsetDirectory(String directory)
Set Absolute or relative from the module's directory.
voidsetLineEnding(String lineEnding)
Set Controls the line-endings of files in this fileSet.
voidsetModelEncoding(String modelEncoding)

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:

getModelEncoding

public String getModelEncoding()

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)
Copyright © {inceptionYear}-2009 null. All Rights Reserved.