org.mutabilitydetector.cli
Class OptionParserHelper

java.lang.Object
  extended by 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.


Constructor Summary
OptionParserHelper(org.apache.commons.cli.Options options, String[] args)
           
 
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
 

Constructor Detail

OptionParserHelper

public OptionParserHelper(org.apache.commons.cli.Options options,
                          String[] args)
Method Detail

parseOptions

public void parseOptions(org.mutabilitydetector.cli.ParsingAction action)


Copyright © 2013. All Rights Reserved.