Uses of Class
com.github.hypfvieh.cli.parser.AbstractBaseCommandLine
Packages that use AbstractBaseCommandLine
-
Uses of AbstractBaseCommandLine in com.github.hypfvieh.cli.parser
Classes in com.github.hypfvieh.cli.parser with type parameters of type AbstractBaseCommandLineModifier and TypeClassDescriptionclassAbstractBaseCommandLine<B extends AbstractBaseCommandLine<?>>Base class of every command line.Subclasses of AbstractBaseCommandLine in com.github.hypfvieh.cli.parserModifier and TypeClassDescriptionfinal classA class to parse the Java command-line and access arguments by name and type usingCmdArgOptions.