stella.log
Class LogParser.Tail

java.lang.Object
  extended by stella.log.LogParser.Tail
Enclosing class:
LogParser

public static class LogParser.Tail
extends Object

Test reading from a remote host. If successful, print out log lines.


Constructor Summary
LogParser.Tail()
           
 
Method Summary
static void main(String[] arg)
          Command line is the host and the file (full path) to read.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParser.Tail

public LogParser.Tail()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Command line is the host and the file (full path) to read.

Throws:
Exception