org.nanocontainer.booter
Class NanoContainerBooter
java.lang.Object
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 |
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
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-2007 Codehaus. All Rights Reserved.