Class FileSet

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Resource

    public class FileSet
    extends PatternSet
    implements java.io.Serializable
    A PatternSet for files.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • 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 - a directory object.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class PatternSet
        See Also:
        Object.toString()