|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.common.CommandLineUtil
public final class CommandLineUtil
Method Summary | |
---|---|
static void |
printHelp(org.apache.commons.cli2.Group group)
|
static void |
printHelpWithGenericOptions(org.apache.commons.cli2.Group group)
Print the options supported by GenericOptionsParser . |
static void |
printHelpWithGenericOptions(org.apache.commons.cli2.Group group,
org.apache.commons.cli2.OptionException oe)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void printHelp(org.apache.commons.cli2.Group group)
public static void printHelpWithGenericOptions(org.apache.commons.cli2.Group group)
GenericOptionsParser
.
In addition to the options supported by the job, passed in as the
group parameter.
group
- job-specific command-line options.public static void printHelpWithGenericOptions(org.apache.commons.cli2.Group group, org.apache.commons.cli2.OptionException oe)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |