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