public enum CommandLineOption extends Enum<CommandLineOption>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsTo(org.apache.commons.cli.Option option) |
String |
getArgumentValue(org.apache.commons.cli.CommandLine commandLine) |
static List<CommandLineOption> |
getCommandOptions() |
CommandType |
getCommandType() |
String |
getLongOption() |
String |
getLongOption(String optionalPrefix) |
static org.apache.commons.cli.Options |
getOptions(org.springframework.context.MessageSource messageSource) |
static org.apache.commons.cli.Options |
getOptions(org.springframework.context.MessageSource messageSource,
Locale locale) |
boolean |
isAvailableOn(org.apache.commons.cli.CommandLine commandLine) |
boolean |
isCommandOption() |
boolean |
isNotAvailableOn(org.apache.commons.cli.CommandLine commandLine) |
static CommandLineOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandLineOption HELP
public static final CommandLineOption FORCE
public static final CommandLineOption QUIET
public static final CommandLineOption LIST
public static final CommandLineOption INSTALL
public static final CommandLineOption EXTRACT_DDL
public static final CommandLineOption EXTRACT_APEX
public static final CommandLineOption DB_USER
public static final CommandLineOption DB_PASSWORD
public static final CommandLineOption DB_CONNECT
public static final CommandLineOption SYSDBA
public static final CommandLineOption ORACLE_HOME
public static final CommandLineOption TNS_ADMIN
public static final CommandLineOption SQLPLUS_EXECUTABLE
public static final CommandLineOption LIBPATH
public static final CommandLineOption NLS
public static final CommandLineOption INSTALL_SCHEMA
public static final CommandLineOption CHANGELOG_SCHEMA
public static final CommandLineOption CHANGELOG_TABLE_NAME
public static final CommandLineOption CHANGELOG_LOCK_TABLE_NAME
public static final CommandLineOption CHANGELOG_TABLESPACE_NAME
public static final CommandLineOption APEX_SOURCE_ID
public static final CommandLineOption APEX_TARGET_ID
public static final CommandLineOption APEX_TARGET_ALIAS
public static final CommandLineOption APEX_TARGET_NAME
public static final CommandLineOption APEX_TARGET_AUTO_INSTALL_SUP_OBJECT
public static final CommandLineOption APEX_TARGET_IMAGE_PREFIX
public static final CommandLineOption APEX_TARGET_OFFSET
public static final CommandLineOption APEX_TARGET_KEEP_OFFSET
public static final CommandLineOption APEX_TARGET_WORKSPACE
public static final CommandLineOption APEX_TARGET_PROXY
public static final CommandLineOption APEX_TARGET_STATIC_APP_FILE_PREFIX
public static final CommandLineOption APEX_TARGET_STATIC_PLUGIN_FILE_PREFIX
public static final CommandLineOption APEX_TARGET_STATIC_THEME_FILE_PREFIX
public static final CommandLineOption TEMP_DIRECTORY
public static final CommandLineOption OUTPUT_LOCATION
public static CommandLineOption[] values()
for (CommandLineOption c : CommandLineOption.values()) System.out.println(c);
public static CommandLineOption valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getLongOption()
public boolean isAvailableOn(org.apache.commons.cli.CommandLine commandLine)
public boolean isNotAvailableOn(org.apache.commons.cli.CommandLine commandLine)
public boolean isCommandOption()
public boolean equalsTo(org.apache.commons.cli.Option option)
public CommandType getCommandType()
public String getArgumentValue(org.apache.commons.cli.CommandLine commandLine)
public static org.apache.commons.cli.Options getOptions(org.springframework.context.MessageSource messageSource)
public static org.apache.commons.cli.Options getOptions(org.springframework.context.MessageSource messageSource,
Locale locale)
public static List<CommandLineOption> getCommandOptions()
Copyright © 2016. All rights reserved.