org.apache.geronimo.system.configuration.cli
Class AddStartupConfiguration

java.lang.Object
  extended by 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.


Constructor Summary
AddStartupConfiguration()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddStartupConfiguration

public AddStartupConfiguration()
Method Detail

main

public static void main(String[] args)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.