Package cli
Interface CLI
- All Known Implementing Classes:
CLIBuild
,CLIExpand
,CLIProfile
,CLISequence
,CLIView
public interface CLI
Interface representing a Command Line Interface (CLI) component.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic org.apache.commons.cli.Options
options()
Returns the command line options for this CLI component.
-
Method Details
-
options
static org.apache.commons.cli.Options options()Returns the command line options for this CLI component.- Returns:
- An
Options
object containing the command line options.
-