Package | Description |
---|---|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
Modifier and Type | Method and Description |
---|---|
ICommand[] |
IProjectDescription.getBuildSpec()
Returns the list of build commands to run when building the described project.
|
ICommand |
IncrementalProjectBuilder.getCommand()
Returns the build command associated with this builder.
|
ICommand |
IProjectDescription.newCommand()
Returns a new build command.
|
Modifier and Type | Method and Description |
---|---|
void |
IProjectDescription.setBuildSpec(ICommand[] buildSpec)
Sets the list of build command to run when building the described project.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.