Package org.apache.maven.model.v3_0_0
Class FileSet
java.lang.Object
org.apache.maven.model.v3_0_0.PatternSet
org.apache.maven.model.v3_0_0.FileSet
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Resource
,SourceModification
A PatternSet for files.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet describe the directory where the resources are stored.void
setDirectory
(String directory) Set describe the directory where the resources are stored.Methods inherited from class org.apache.maven.model.v3_0_0.PatternSet
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
-
Constructor Details
-
FileSet
public FileSet()
-
-
Method Details
-
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.
-