org.nanocontainer.booter
Class NanoContainerBooter

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

public class NanoContainerBooter
extends java.lang.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(java.lang.String[] args)
          Instantiates the NanoContainer Standalone class
 
Method Summary
static void main(java.lang.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(java.lang.String[] args)
                    throws java.lang.ClassNotFoundException,
                           java.lang.IllegalAccessException,
                           java.lang.reflect.InvocationTargetException,
                           java.lang.InstantiationException,
                           java.io.IOException
Instantiates the NanoContainer Standalone class

Parameters:
args - the arguments passed on to Standalone
Throws:
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.io.IOException
Method Detail

main

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

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


Copyright © 2003-2009 Codehaus. All Rights Reserved.