Class FileLister.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean check​(java.lang.String outdir)
      check if a newer version of the file exists in an output directory.
      abstract java.lang.String getFileName()  
      abstract java.io.InputStream getInputStream()  
      abstract long getSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getFileName

        public abstract java.lang.String getFileName()
      • getSize

        public abstract long getSize()
      • getInputStream

        public abstract java.io.InputStream getInputStream()
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • check

        public boolean check​(java.lang.String outdir)
        check if a newer version of the file exists in an output directory. false negatives are allowed
        Parameters:
        outdir - the output directory
        Returns:
        true if the newer version exists