|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelma.main.CommandlineRunner
public class CommandlineRunner
Helma command line runner class. This class creates and starts a single application, invokes a function in, writes its return value to the console and exits.
Constructor Summary | |
---|---|
CommandlineRunner()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
boot method for running a request from the command line. |
static void |
printUsageError()
print the usage hints |
static void |
printUsageError(java.lang.String msg)
print the usage hints and prefix them with a message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommandlineRunner()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line arguments
java.lang.Exception
- if the Helma home dir or classpath couldn't be builtpublic static void printUsageError(java.lang.String msg)
public static void printUsageError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |