org.databene.commons.ui
Class ConsoleInfoPrinter

java.lang.Object
  extended by org.databene.commons.ui.InfoPrinter
      extended by org.databene.commons.ui.ConsoleInfoPrinter

public class ConsoleInfoPrinter
extends InfoPrinter

InfoPrinter implementation that prints info to the console.

Created at 21.12.2008 11:34:25

Since:
0.4.7
Author:
Volker Bergmann

Constructor Summary
ConsoleInfoPrinter()
           
 
Method Summary
static void printHelp(java.lang.String... helpLines)
           
 void showHelp(java.lang.Object owner, java.lang.String... helpLines)
           
 
Methods inherited from class org.databene.commons.ui.InfoPrinter
showHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleInfoPrinter

public ConsoleInfoPrinter()
Method Detail

showHelp

public void showHelp(java.lang.Object owner,
                     java.lang.String... helpLines)
Specified by:
showHelp in class InfoPrinter

printHelp

public static void printHelp(java.lang.String... helpLines)


Copyright © 2010. All Rights Reserved.