Package org.flasby.cli.impl
Class BasicParser
java.lang.Object
org.flasby.cli.impl.BasicParser
- All Implemented Interfaces:
Parser
- Author:
- flasbyst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparses the command line agruments.
-
Constructor Details
-
BasicParser
public BasicParser()
-
-
Method Details
-
parse
public CommandLine parse(Options options, String[] args) throws UnknownArgumentException, MissingRequiredOptionException Description copied from interface:Parser
parses the command line agruments.- Specified by:
parse
in interfaceParser
- Parameters:
args
-- Throws:
UnknownArgumentException
MissingRequiredOptionException
-