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
public class FileSet
- extends PatternSet
- implements Serializable, Cloneable
A PatternSet for files.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
FileSet
public FileSet()
clone
public FileSet clone()
- Method clone.
- Overrides:
clone
in class PatternSet
- Returns:
- 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
-
toString
public String toString()
- Overrides:
toString
in class PatternSet
- See Also:
Object.toString()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.