Uses of Interface
org.eclipse.core.resources.ICommand
Packages that use ICommand
Package
Description
Provides basic support for managing a workspace and
its resources.
-
Uses of ICommand in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return ICommandModifier and TypeMethodDescriptionICommand[]IProjectDescription.getBuildSpec()Returns the list of build commands to run when building the described project.final ICommandIncrementalProjectBuilder.getCommand()Returns the build command associated with this builder.IProjectDescription.newCommand()Returns a new build command.Methods in org.eclipse.core.resources with parameters of type ICommandModifier and TypeMethodDescriptionvoidIProjectDescription.setBuildSpec(ICommand[] buildSpec) Sets the list of build command to run when building the described project.