Class FileSet
java.lang.Object
org.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
- All Implemented Interfaces:
Serializable, Cloneable, InputLocationTracker
- Direct Known Subclasses:
Resource
A PatternSet for files.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Method clone.Get describe the directory where the resources are stored.voidsetDirectory(String directory) Set describe the directory where the resources are stored.toString()Methods inherited from class PatternSet
addExclude, addInclude, getExcludes, getIncludes, getLocation, removeExclude, removeInclude, setExcludes, setIncludes, setLocation, setOtherLocation
-
Constructor Details
-
FileSet
public FileSet()
-
-
Method Details
-
clone
-
getDirectory
Get describe the directory where the resources are stored. The path is relative to the POM.- Returns:
- String
-
setDirectory
Set describe the directory where the resources are stored. The path is relative to the POM.- Parameters:
directory- a directory object.
-
toString
- Overrides:
toStringin classPatternSet- See Also:
-