com.chaosserver.bilbo.help
Class Helper
java.lang.Object
|
+--com.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 |
Helper
protected Helper()
- Default constructor.
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 toresource
- the resource name
- Throws:
HelpResourceNotFoundException
- if the resource could not be found
HelpException
- levelized exception
Copyright © 20020228