net.chaosserver.bilbo.help
Class Helper

java.lang.Object
  |
  +--net.chaosserver.bilbo.help.Helper

public class Helper
extends Object

Provides methods for processing of the help files.

Since:
Bilbo 2.0

Constructor Summary
protected Helper()
          Default constructor.
 
Method Summary
static void printHelp(PrintStream output, String resource)
          Prints the contents of the resource to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

protected Helper()
Default constructor.

Method Detail

printHelp

public static void printHelp(PrintStream output,
                             String resource)
                      throws HelpResourceNotFoundException,
                             HelpException
Prints the contents of the resource to the output stream.

Parameters:
output - the output stream to print the resource to
resource - the resource name
Throws:
HelpResourceNotFoundException - if the resource could not be found
HelpException - levelized exception


Copyright © 20030415