|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.azalient.api.CommuterAPI
public class CommuterAPI
Start Here - this is the entry point to creating a stand-alone application. If you are creating a
plugin which you want to load from within a Commuter model, see BasePlugin
| Method Summary | |
|---|---|
static ICommuter |
commuter()
Return the singleton instance of Commuter, or create one, with no command-line arguments |
static ICommuter |
startCommuter(String[] args)
Start a singleton instance of the Commuter application, and return a handle to that instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ICommuter startCommuter(String[] args)
args - command line arguments, which can include:
public static ICommuter commuter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||