org.apache.geronimo.gshell.clp
Class Printer

java.lang.Object
  extended by org.apache.geronimo.gshell.clp.Printer

public class Printer
extends Object

Helper to print formatted help and usage text.

Version:
$Rev: 570613 $ $Date: 2007-08-28 19:39:43 -0700 (Tue, 28 Aug 2007) $

Constructor Summary
Printer(CommandLineProcessor processor)
           
 
Method Summary
 void printUsage(Writer writer)
           
 void printUsage(Writer writer, ResourceBundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Printer

public Printer(CommandLineProcessor processor)
Method Detail

printUsage

public void printUsage(Writer writer,
                       ResourceBundle bundle)

printUsage

public void printUsage(Writer writer)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.