public class Main extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERACTIVE_ARGUMENT
The argument enabling the shell prompt.
|
| Modifier and Type | Method and Description |
|---|---|
static Chameleon |
createChameleon(String[] args)
Creates the Chameleon instance.The instance is not started.
|
static void |
main(String[] args)
Main method.
|
static Map<String,Object> |
parseUserProperties(String[] args)
Parses all -Dxxx properties (as well as -Dxxx=yyy).
|
public static final String INTERACTIVE_ARGUMENT
public static void main(String[] args)
args - the chameleon parameter.public static Chameleon createChameleon(String[] args) throws IOException
args - the command line parameters.IOException - if the chameleon instance cannot be created correctly.Copyright © 2009–2014 OW2 Chameleon. All rights reserved.