...
| Code Block |
|---|
InstalledLocalContainer container = new Orion1xInstalledLocalContainer(
new OrionStandaloneConfiguration(new File("target/orion1x")));
container.setHome(new File("c:/apps/orion-1.6.0b"));
container.stop();
|
Example using the Ant API
...