Class Tail

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Tail
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      Tail()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFile​(java.io.File file, java.io.OutputStream out, int pos)  
      void join()  
      void run()  
      void setLog​(org.apache.commons.logging.Log logger)  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • Tail

        public Tail()
    • Method Detail

      • setLog

        public void setLog​(org.apache.commons.logging.Log logger)
      • start

        public void start()
      • join

        public void join()
                  throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • addFile

        public void addFile​(java.io.File file,
                            java.io.OutputStream out,
                            int pos)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • stop

        public void stop()