mainClass property

  1. @TagNumber(101)
String get mainClass

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

@$pb.TagNumber(101)
$core.String get mainClass => $_getSZ(4);
  1. @TagNumber(101)
set mainClass (String v)

Implementation

@$pb.TagNumber(101)
set mainClass($core.String v) { $_setString(4, v); }