getArguments

abstract fun getArguments(): Map<String, String>(source)

The arguments supplied for the build command.

Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName() method in the Eclipse platform API.

Return

The arguments map. If no arguments supplied then returns an empty map.

See also