org.apache.geronimo.system.configuration.cli
Class AddStartupConfiguration
java.lang.Object
org.apache.geronimo.system.configuration.cli.AddStartupConfiguration
public class AddStartupConfiguration
- extends java.lang.Object
A tool for use by clients who really know what they're doing (such as the
installer). You point this to a FileConfigurationList file, and give it
a configuration name, and it adds the name to the file. This should only
be run while the server is down, and will only work if you have previous
knowledge of which PersistentConfigurationList implementation is going to
be used and what file it persists to. This is NOT a general-purpose
feature for users.
- Version:
- $Rev: 901935 $ $Date: 2010-01-22 08:10:53 +0800 (Fri, 22 Jan 2010) $
|
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 |
AddStartupConfiguration
public AddStartupConfiguration()
main
public static void main(java.lang.String[] args)
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.