Package org.smallmind.nutsnbolts.command
Class CommandLineParser
- java.lang.Object
-
- org.smallmind.nutsnbolts.command.CommandLineParser
-
public class CommandLineParser extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandLineParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OptionSetparseCommands(Template template, String[] args)static OptionSetparseCommands(Template template, String[] args, boolean allowUndeclared)
-
-
-
Method Detail
-
parseCommands
public static OptionSet parseCommands(Template template, String[] args) throws CommandLineException
- Throws:
CommandLineException
-
parseCommands
public static OptionSet parseCommands(Template template, String[] args, boolean allowUndeclared) throws CommandLineException
- Throws:
CommandLineException
-
-