Package com.linkedin.alpini.cli
-
Interface Summary Interface Description CLIParser<T> -
Class Summary Class Description CLIArgumentParser<T> Utility class to handle typical command line argument parsing and log initialization. -
Annotation Types Summary Annotation Type Description CLIArgument Annotation for a command line option with an argument, like "--file". CLIFlag Annotation for a boolean command line option without an argument, like "--exit-on-error".CLIFooter Annotation for text to display as the footer of the "--help" output.CLIHeader Annotation for text to display as the header of the "--help" output.CLIUnknown Annotation for a String[] property which will receive all the command line elements which were not processed by the command line parser.