org.nanocontainer
Class Standalone
java.lang.Object
org.nanocontainer.Standalone
public class Standalone
- extends java.lang.Object
Standalone offers a command line interface to NanoContainer.
Standalone options are: -c [-q|-n|-h|-v]
- -c: specifies composition file
- -q: quite mode
- -n: forces ScriptedContainerBuilderFactory to exit after start
- -h: print usage
- -v: print version
Constructor Summary |
Standalone(java.lang.String[] args)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Standalone
public Standalone(java.lang.String[] args)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright © 2003-2009 Codehaus. All Rights Reserved.