Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.cli |
Vert.x Core provides an API for parsing command line arguments passed to programs.
|
io.vertx.core.cli.annotations | |
io.vertx.core.impl.launcher | |
io.vertx.core.spi.launcher |
Class and Description |
---|
UsageMessageFormatter
Usage message formatter.
|
Class and Description |
---|
Argument
Defines a command line argument.
|
CLI
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
|
CLIException
High level exception thrown when an issue in the command line processing occurs.
|
CommandLine
The parser transforms a CLI (a model) into an
CommandLine . |
Option
Models command line options.
|
TypedArgument
An implementation of
Argument for java specifying the type of object received by the argument. |
TypedOption
An implementation of
Option for java specifying the type of
object received by the option. |
Class and Description |
---|
CLI
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
|
CLIException
High level exception thrown when an issue in the command line processing occurs.
|
CommandLine
The parser transforms a CLI (a model) into an
CommandLine . |
Class and Description |
---|
UsageMessageFormatter
Usage message formatter.
|
Class and Description |
---|
CLI
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
|
CLIException
High level exception thrown when an issue in the command line processing occurs.
|
CommandLine
The parser transforms a CLI (a model) into an
CommandLine . |
Copyright © 2017. All rights reserved.