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

null

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

Constructor Summary
FileSet()
           
 
Method Summary
 java.lang.String getDirectory()
          Get Describe the directory where the resources are stored.
 java.lang.String getModelEncoding()
           
 void setDirectory(java.lang.String directory)
          Set Describe the directory where the resources are stored.
 void setModelEncoding(java.lang.String modelEncoding)
           
 
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
 

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.


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 -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class PatternSet

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class PatternSet


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.