net.sf.lavalamp.runner
Class UniversalRunner
java.lang.Object
net.sf.lavalamp.runner.UniversalRunner
public class UniversalRunner
- extends Object
Lavalamp starts here.
Example: java -jar lavalamp-0.9.9-jar-with-dependencies.jar lavalamp.yml
- Author:
- Steven Hale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAGE
protected static final String USAGE
- See Also:
- Constant Field Values
UniversalRunner
public UniversalRunner()
run
public void run(String[] args,
ApplicationFactory factory,
Console console,
LavaLogger logger)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Parameters:
args
- name of the properties (in yaml format). See test.yml and
testweb.yml for examples.
- Throws:
Exception
Copyright © 2010. All Rights Reserved.