| Package | Description |
|---|---|
| org.rhq.core.pluginapi.util |
| Modifier and Type | Method and Description |
|---|---|
static JavaCommandLine.OptionValueDelimiter |
JavaCommandLine.OptionValueDelimiter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaCommandLine.OptionValueDelimiter[] |
JavaCommandLine.OptionValueDelimiter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JavaCommandLine(String[] args,
boolean includeSystemPropertiesFromClassArguments,
Set<JavaCommandLine.OptionValueDelimiter> shortClassOptionValueDelims,
Set<JavaCommandLine.OptionValueDelimiter> longClassOptionValueDelims) |
JavaCommandLine(String[] args,
boolean includeSystemPropertiesFromClassArguments,
Set<JavaCommandLine.OptionValueDelimiter> shortClassOptionValueDelims,
Set<JavaCommandLine.OptionValueDelimiter> longClassOptionValueDelims) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.