mk.fsgrep.util.output
Class ConsoleOutput

java.lang.Object
  extended by mk.fsgrep.util.output.OutputDestination
      extended by mk.fsgrep.util.output.ConsoleOutput

public class ConsoleOutput
extends OutputDestination

Send output to stdout.

Author:
Murali Krishnan

Constructor Summary
ConsoleOutput()
           
 
Method Summary
 void print(java.lang.String string)
           
 
Methods inherited from class mk.fsgrep.util.output.OutputDestination
close, flush, print, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOutput

public ConsoleOutput()
Method Detail

print

public void print(java.lang.String string)
Specified by:
print in class OutputDestination


Copyright © 2009. All Rights Reserved.