com.sun.grizzly.http.servlet.deployer.conf
Class ConfigurationParser
java.lang.Object
com.sun.grizzly.http.servlet.deployer.conf.ConfigurationParser
public class ConfigurationParser
- extends Object
GrizzlyWebServerDeployer configuration parser.
- Author:
- Hubert Iwaniuk, Sebastien Dionne
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationParser
public ConfigurationParser()
parseOptions
public static DeployerServerConfiguration parseOptions(String[] args,
String canonicalName)
- Parse command line parameters.
- Parameters:
args - Command line parameters to parse.canonicalName - Class canonical name.
- Returns:
- Parsed configuration.
parseOptions
public static DeployerServerConfiguration parseOptions(String[] args,
String canonicalName,
DeployerServerConfiguration conf)
- Parse command line parameters.
- Parameters:
args - Command line parameters to parse.canonicalName - Class canonical name.conf - DeployerServerConfiguration that will hold the command line params
- Returns:
- Parsed configuration.
Copyright © 2011 Oracle Corpration. All Rights Reserved.