org.apache.avalon.merlin.kernel.impl
Class CLIKernelLoader
java.lang.Object
org.apache.avalon.merlin.kernel.impl.CLIKernelLoader
- public class CLIKernelLoader
- extends Object
The CLIKernelLoader loads a Merlin Kernel based on a set of
command line arguments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIKernelLoader
public CLIKernelLoader(Repository system,
String[] args)
throws Exception
- Creation of a new kernel loader. The supplied repository is
used as the default deployment repository. Depending on command
line arguments, the repository established for runtime deployment
may be changed.
- Parameters:
system
- the bootstrap repository from which merlin
system jar files have been resolvedargs
- the set of command line arguments
Copyright © Apache Software Foundation. All Rights Reserved.