ConnectorCli

ConnectorCli

Class representing a Connector CLI (command line interface client)

Constructor

new ConnectorCli(config)

Source:

Create a ConnectorCli

Parameters:
Name Type Description
config Object
Properties
Name Type Description
classPath string

The path to the Jar files to be included

mainClass string

The name of the Java class that represents the main program

props string

The - path to the properties file (for example, language specific)

Methods

get() → {Promise.<Object>}

Source:
Returns:
Type
Promise.<Object>