org.mutabilitydetector.cli
Class OptionParserHelper
java.lang.Object
org.mutabilitydetector.cli.OptionParserHelper
public class OptionParserHelper
- extends Object
Interacts with the Apache CLI to parse the options from the command line arguments. Delegates to a
ParsingAction
to allow extracting the options.
Method Summary |
void |
parseOptions(org.mutabilitydetector.cli.ParsingAction action)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionParserHelper
public OptionParserHelper(org.apache.commons.cli.Options options,
String[] args)
parseOptions
public void parseOptions(org.mutabilitydetector.cli.ParsingAction action)
Copyright © 2013. All Rights Reserved.