getCommandLineOptions method

  1. @override
StringSeq getCommandLineOptions()
override

Get a sequence of command-line options that is equivalent to this property set. Each element of the returned sequence is a command-line option of the form --key=value. @return The command line options for this property set.

Implementation

@override
StringSeq getCommandLineOptions() {
  return <String>[];
}