Package org.apache.maven.model
Class FileSet
- java.lang.Object
-
- org.apache.maven.model.PatternSet
-
- org.apache.maven.model.FileSet
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Resource
public class FileSet extends PatternSet implements java.io.Serializable
A PatternSet for files.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDirectory()
Get describe the directory where the resources are stored.void
setDirectory(java.lang.String directory)
Set describe the directory where the resources are stored.java.lang.String
toString()
-
Methods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
-
-
-
-
Method Detail
-
getDirectory
public java.lang.String getDirectory()
Get describe the directory where the resources are stored. The path is relative to the POM.- Returns:
- String
-
setDirectory
public void setDirectory(java.lang.String directory)
Set describe the directory where the resources are stored. The path is relative to the POM.- Parameters:
directory
- a directory object.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classPatternSet
- See Also:
Object.toString()
-
-