org.apache.maven.project
Class FileSet

java.lang.Object
  extended by org.apache.maven.project.PatternSet
      extended by org.apache.maven.project.FileSet
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Resource, SourceModification

public class FileSet
extends PatternSet
implements java.io.Serializable

Class FileSet.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.lang.String directory
          Describe the directory where the resources are stored.
 
Constructor Summary
FileSet()
           
 
Method Summary
 java.lang.String getDirectory()
          Get describe the directory where the resources are stored.
 void setDirectory(java.lang.String directory)
          Set describe the directory where the resources are stored.
 
Methods inherited from class org.apache.maven.project.PatternSet
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

private java.lang.String directory
Describe the directory where the resources are stored. The path is relative to the POM.

Constructor Detail

FileSet

public FileSet()
Method Detail

getDirectory

public java.lang.String getDirectory()
Get describe the directory where the resources are stored. The path is relative to the POM.

Returns:
String

setDirectory

public void setDirectory(java.lang.String directory)
Set describe the directory where the resources are stored. The path is relative to the POM.

Parameters:
directory -