Java io.vertx.core.cli CommandLine fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.cli CommandLine fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.cli CommandLine.

The text is from its open source code.

Method

TgetArgumentValue(String name)
Gets the value of an argument with the matching name (arg name).
TgetArgumentValue(int index)
Gets the value of an argument with the given index.
TgetOptionValue(String name)
Gets the value of an option with the matching name (can be the long name, short name or arg name).
booleanisAskingForHelp()
Checks whether or not the user has passed a "help" option and is asking for help.
booleanisFlagEnabled(String name)
Gets the value of an option marked as a flag.
booleanisValid()
Checks whether or not the command line is valid, i.e.