mainClass property

String? mainClass
getter/setter pair

The name of the driver's main class.

The jar file that contains the class must be in the default CLASSPATH or specified in jar_file_uris. The execution args are passed in as a sequence of named process arguments (--key=value).

Implementation

core.String? mainClass;