net.sf.lavalamp.runner
Class UniversalRunner

java.lang.Object
  extended by 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

Field Summary
protected static String USAGE
           
 
Constructor Summary
UniversalRunner()
           
 
Method Summary
static void main(String[] args)
           
 void run(String[] args, ApplicationFactory factory, Console console, LavaLogger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USAGE

protected static final String USAGE
See Also:
Constant Field Values
Constructor Detail

UniversalRunner

public UniversalRunner()
Method Detail

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.