@Incubating public interface EclipseBuildCommand
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getArguments()
The arguments supplied for the build command.
|
java.lang.String |
getName()
Returns the name of the build command.
|
java.lang.String getName()
Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName()
method in the Eclipse platform API.
java.util.Map<java.lang.String,java.lang.String> getArguments()
Corresponds to the org.eclipse.core.resources.ICommand#getBuilderName()
method in the Eclipse platform API.