Package org.apache.maven.model
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
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.Get describe the directory where the resources are stored.void
setDirectory
(String directory) Set describe the directory where the resources are stored.toString()
Methods inherited from class org.apache.maven.model.PatternSet
addExclude, addInclude, getExcludes, getIncludes, getLocation, removeExclude, removeInclude, setExcludes, setIncludes, setLocation, setOtherLocation
-
Constructor Details
-
FileSet
public FileSet()
-
-
Method Details
-
clone
Method clone.- Overrides:
clone
in classPatternSet
- Returns:
- FileSet
-
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:
toString
in classPatternSet
- See Also:
-