Package | Description |
---|---|
org.apache.pig.tools.cmdline |
Modifier and Type | Method and Description |
---|---|
static CmdLineParser.ValueExpected |
CmdLineParser.ValueExpected.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmdLineParser.ValueExpected[] |
CmdLineParser.ValueExpected.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CmdLineParser.registerOpt(char c,
String s,
CmdLineParser.ValueExpected ve)
Register a command line option.
|
Copyright © 2007-2017 The Apache Software Foundation