public class CommonCommandOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DB_URL_ARG |
static String |
DB_URL_DESC |
static String |
LOG_LEVEL_ARG |
static String |
PASSWORD_ARG |
static String |
PASSWORD_DESC |
static String |
USERNAME_ARG |
static String |
USERNAME_DESC |
Constructor and Description |
---|
CommonCommandOptions() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.cli.Options |
getOptionsFor(Command cmd) |
org.apache.commons.cli.Options |
getOptionsFor(CommandInfo info) |
public static final String DB_URL_ARG
public static final String USERNAME_ARG
public static final String PASSWORD_ARG
public static final String DB_URL_DESC
public static final String USERNAME_DESC
public static final String PASSWORD_DESC
public static final String LOG_LEVEL_ARG
public org.apache.commons.cli.Options getOptionsFor(Command cmd)
public org.apache.commons.cli.Options getOptionsFor(CommandInfo info)
Copyright © 2012. All Rights Reserved.