Package org.globus.util
Class Tail
- java.lang.Object
-
- org.globus.util.Tail
-
-
Constructor Summary
Constructors Constructor Description Tail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFile(File file, OutputStream out, int pos)voidjoin()voidrun()voidsetLog(org.apache.commons.logging.Log logger)voidstart()voidstop()
-
-
-
Method Detail
-
setLog
public void setLog(org.apache.commons.logging.Log logger)
-
start
public void start()
-
join
public void join() throws InterruptedException- Throws:
InterruptedException
-
addFile
public void addFile(File file, OutputStream out, int pos) throws IOException
- Throws:
IOException
-
stop
public void stop()
-
-