Package | Description |
---|---|
com.vmware.vapi.metadata |
The
com.vmware.vapi.metadata package provides metadata interfaces. |
com.vmware.vapi.metadata.cli |
The
com.vmware.vapi.metadata.cli package provides interfaces that expose
all the information required to display namespace or command help, execute a
command and display it's result. |
Class and Description |
---|
CliFactory
CliFactory is responsible for creating instances of services
contained inside the com.vmware.vapi.metadata.cli package and also has the subpackages reference
to access respective subpackage services. |
Class and Description |
---|
CliFactory
CliFactory is responsible for creating instances of services
contained inside the com.vmware.vapi.metadata.cli package and also has the subpackages reference
to access respective subpackage services. |
Command
The
Command interface provides methods to get information about command
line interface (CLI) commands. |
CommandTypes
The
Command interface provides methods to get information about command
line interface (CLI) commands. |
CommandTypes.FormatterType
The
FormatterType enumeration class defines supported CLI output
formatter types. |
CommandTypes.FormatterType.Values
Native Java
enum representing this enumeration class. |
CommandTypes.GenericType
The
GenericType enumeration class defines generic types supported by
Command interface. |
CommandTypes.GenericType.Values
Native Java
enum representing this enumeration class. |
CommandTypes.Identity
The
Identity class uniquely identifies a command in the CLI commands
tree. |
CommandTypes.Info
The
Info class contains information about a command. |
CommandTypes.Info.Builder
Builder class for
CommandTypes.Info . |
CommandTypes.OptionInfo
The
OptionInfo class describes information about a specific input option
of a command. |
CommandTypes.OptionInfo.Builder
Builder class for
CommandTypes.OptionInfo . |
CommandTypes.OutputFieldInfo
The
OutputFieldInfo class describes the name used by the CLI to display
a single property of a class element in the interface definition language. |
CommandTypes.OutputInfo
The
OutputInfo class describes the names used by the CLI to display the
properties of a class element in the interface definition language as well as
the order in which the properties will be displayed. |
Namespace
The
Namespace interface provides methods to get information about
command line interface (CLI) namespaces. |
NamespaceTypes
The
Namespace interface provides methods to get information about
command line interface (CLI) namespaces. |
NamespaceTypes.Identity
The
Identity class uniquely identifies a namespace in the CLI namespace
tree. |
NamespaceTypes.Info
The
Info class contains information about a namespace. |