|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.rails.internal.ui.tail.Tail
Acts similar to the UNIX 'tail' command which allows watching a file update in real time.
Constructor Summary | |
Tail(java.io.File filename)
Creates a new Tail object for the specified filename. |
Method Summary | |
boolean |
isStopped()
|
void |
start(java.io.OutputStream out)
Prints out the file's contents in real time. |
void |
stop()
Stops the tail program. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Tail(java.io.File filename)
filename
- The File to tail.Method Detail |
public void start(java.io.OutputStream out)
public void stop()
public boolean isStopped()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |