org.hyperic.sigar.cmd
Class Tail

java.lang.Object
  extended by org.hyperic.sigar.cmd.Tail

public class Tail
extends java.lang.Object

Display the last part of files to the standard output.


Field Summary
 java.util.List files
           
 boolean follow
           
 int number
           
 
Constructor Summary
Tail()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void parseArgs(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

follow

public boolean follow

number

public int number

files

public java.util.List files
Constructor Detail

Tail

public Tail()
Method Detail

parseArgs

public void parseArgs(java.lang.String[] args)
               throws SigarException
Throws:
SigarException

main

public static void main(java.lang.String[] args)
                 throws SigarException
Throws:
SigarException


Copyright ? 2004-2009 Hyperic. All Rights Reserved.