org.apache.geronimo.system.configuration.cli
Class AddStartupConfiguration
java.lang.Object
org.apache.geronimo.system.configuration.cli.AddStartupConfiguration
public class AddStartupConfiguration
- extends 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.
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(String[] args)
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.