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
public class FileSet
- extends PatternSet
- implements Serializable
Class FileSet.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Method Summary |
String |
getDirectory()
Get 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSet
public FileSet()
getDirectory
public String getDirectory()
- Get describe the directory where the resources are stored.
The path is relative to the POM.
- Returns:
- String
setDirectory
public void setDirectory(String directory)
- Set describe the directory where the resources are stored.
The path is relative to the POM.
- Parameters:
directory
-
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.