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
A PatternSet for files.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • directory

      private String directory
      Describe the directory where the resources are stored. The path is relative to the POM.
  • Constructor Details

    • FileSet

      public FileSet()
  • Method Details

    • 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 -