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 SummaryConstructors
- 
Method SummaryModifier 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 org.apache.maven.model.PatternSetaddExclude, addInclude, getExcludes, getIncludes, getLocation, removeExclude, removeInclude, setExcludes, setIncludes, setLocation, setOtherLocation
- 
Constructor Details- 
FileSetpublic FileSet()
 
- 
- 
Method Details- 
cloneMethod clone.- Overrides:
- clonein class- PatternSet
- Returns:
- FileSet
 
- 
getDirectoryGet describe the directory where the resources are stored. The path is relative to the POM.- Returns:
- String
 
- 
setDirectorySet describe the directory where the resources are stored. The path is relative to the POM.- Parameters:
- directory- a directory object.
 
- 
toString- Overrides:
- toStringin class- PatternSet
- See Also:
 
 
-