org.apache.maven.model
Class FileSet
java.lang.Object
org.apache.maven.model.PatternSet
org.apache.maven.model.FileSet
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Resource
- public class FileSet
- extends PatternSet
- implements Serializable
null
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
| 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.
setDirectory
public void setDirectory(String directory)
- Set
Describe the directory where the resources are
stored.
The path is relative to the POM.
- Parameters:
directory -
setModelEncoding
public void setModelEncoding(String modelEncoding)
- Overrides:
setModelEncoding in class PatternSet
getModelEncoding
public String getModelEncoding()
- Overrides:
getModelEncoding in class PatternSet
Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.