org.apache.avalon.merlin.kernel.impl
Class CLIKernelLoader

java.lang.Object
  extended byorg.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.


Constructor Summary
CLIKernelLoader(Repository system, String[] args)
          Creation of a new kernel loader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 resolved
args - the set of command line arguments


Copyright © Apache Software Foundation. All Rights Reserved.