|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jage.platform.node.NodeBootstrapper
public class NodeBootstrapper
The node bootstraper is a starting point of the node. It creates initial components and then calls a configured starter.
Field Summary | |
---|---|
static String |
OPT_HELP
'help' option. |
static String |
OPT_STARTER_CLASS
'starter' option. |
Constructor Summary | |
---|---|
NodeBootstrapper()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Starting point of the AgE Platform. |
void |
start(String[] args)
Starts the platform. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OPT_STARTER_CLASS
public static final String OPT_HELP
Constructor Detail |
---|
public NodeBootstrapper()
Method Detail |
---|
public static void main(String[] args)
args
- runtime argumentspublic void start(String[] args)
args
- runtime arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |