psdi.unittest.util.detectchange

Class FileSet

  • java.lang.Object
    • psdi.unittest.util.detectchange.FileSet
  • All Implemented Interfaces:
    java.lang.Comparable, java.lang.Iterable

    Deprecated.

    @Deprecated
    public class FileSet
    extends java.lang.Object
    implements java.lang.Comparable, java.lang.Iterable
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileSet(java.io.File directory, java.util.List include, java.util.List exclude)
      Deprecated. 
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      protected boolean acceptFile(java.lang.String filename)
      Deprecated. 
       
      void addFile(java.lang.String path, java.lang.String md5Sum)
      Deprecated. 
       
      int compareTo(FileSet o)
      Deprecated. 
       
      java.util.Iterator directoryIterator()
      Deprecated. 
       
      protected java.util.Iterator fileIterator()
      Deprecated. 
       
      java.io.File getDirectory()
      Deprecated. 
       
      java.util.Iterator iterator()
      Deprecated. 
       
      void load()
      Deprecated. 
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • FileSet

        public FileSet(java.io.File directory,
                       java.util.List include,
                       java.util.List exclude)
        Deprecated. 
    • Method Detail

      • load

        public void load()
                  throws java.security.NoSuchAlgorithmException,
                         java.io.IOException
        Deprecated. 
        Throws:
        java.security.NoSuchAlgorithmException
        java.io.IOException
      • acceptFile

        protected boolean acceptFile(java.lang.String filename)
        Deprecated. 
      • addFile

        public void addFile(java.lang.String path,
                            java.lang.String md5Sum)
        Deprecated. 
      • compareTo

        public int compareTo(FileSet o)
        Deprecated. 
        Specified by:
        compareTo in interface java.lang.Comparable
      • iterator

        public java.util.Iterator iterator()
        Deprecated. 
        Specified by:
        iterator in interface java.lang.Iterable
      • directoryIterator

        public java.util.Iterator directoryIterator()
        Deprecated. 
      • fileIterator

        protected java.util.Iterator fileIterator()
        Deprecated. 
      • getDirectory

        public java.io.File getDirectory()
        Deprecated.