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 void
addFile(File file, OutputStream out, int pos)
void
join()
void
run()
void
setLog(org.apache.commons.logging.Log logger)
void
start()
void
stop()
-
-
-
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()
-
-