org.nanocontainer.booter
Class NanoContainerBooter
java.lang.Object
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
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 |
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
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.