Package | Description |
---|---|
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.cli.impl |
Contains the implementation of utilities that help to build command-line-interfaces (CLI).
|
Modifier and Type | Method and Description |
---|---|
CliParser |
CliParserBuilder.build(Object pojo)
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractMain.handleError(Exception exception,
CliParser parser)
This method is invoked if an
Exception occurred. |
protected void |
AbstractMain.printHelp(CliParser parser)
This method prints the help output with the program usage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCliParser
This is the abstract base-implementation of the
CliParser interface. |
Modifier and Type | Method and Description |
---|---|
CliParser |
AbstractCliParserBuilder.build(Object pojo) |
protected abstract CliParser |
AbstractCliParserBuilder.buildInternal(Object state,
CliState cliState)
This method implements
AbstractCliParserBuilder.build(Object) internally. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCliParser
This is the default implementation of the
CliParser interface. |
Modifier and Type | Method and Description |
---|---|
protected CliParser |
DefaultCliParserBuilder.buildInternal(Object state,
CliState cliState) |
Copyright © 2001–2016 mmm-Team. All rights reserved.