org.nanocontainer.booter
Class NanoContainerBooter

java.lang.Object
  extended by org.nanocontainer.booter.NanoContainerBooter

public class NanoContainerBooter
extends Object

NanoContainerBooter instantiated the NanoContainer Standalone startup class using a tree of common and hidden classloaders.

Author:
Paul Hammant, Mauro Talevi
See Also:
Standalone

Constructor Summary
NanoContainerBooter(String[] args)
          Instantiates the NanoContainer Standalone class
 
Method Summary
static void main(String[] args)
          Static entry point to NanoContainerBooter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NanoContainerBooter

public NanoContainerBooter(String[] args)
                    throws ClassNotFoundException,
                           IllegalAccessException,
                           InvocationTargetException,
                           InstantiationException,
                           IOException
Instantiates the NanoContainer Standalone class

Parameters:
args - the arguments passed on to Standalone
Throws:
ClassNotFoundException
IllegalAccessException
InvocationTargetException
InstantiationException
IOException
Method Detail

main

public static void main(String[] args)
                 throws Exception
Static entry point to NanoContainerBooter

Parameters:
args - the arguments passed on to Standalone
Throws:
Exception


Copyright © 2003-2009 Codehaus. All Rights Reserved.