Uses of Interface
org.refcodes.cli.LicenseAccessor.LicenseBuilder
-
Uses of LicenseAccessor.LicenseBuilder in org.refcodes.cli
Modifier and TypeInterfaceDescriptionstatic interface
LicenseAccessor.LicenseBuilder<B extends LicenseAccessor.LicenseBuilder<B>>
Provides a builder method for a license property returning the builder for applying multiple build operations.Modifier and TypeInterfaceDescriptioninterface
ArgsProcessorBuilder<B extends ArgsProcessorBuilder<B>>
TheArgsProcessorBuilder
provides common minimum builder functionality required by to build an argument processing instance.interface
TheParseArgs
provides means for parsing command line arguments and constructing a command line utility's help output.Modifier and TypeClassDescriptionclass
A straightforward implementation of theParseArgs
interface.