Uses of Interface
org.eclipse.core.resources.ICommand

Packages that use ICommand
org.eclipse.core.internal.events   
org.eclipse.core.internal.resources   
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.tests.resources   
org.jmlspecs.eclipse.jdt.internal.esc2   
 

Uses of ICommand in org.eclipse.core.internal.events
 

Classes in org.eclipse.core.internal.events that implement ICommand
 class BuildCommand
          The concrete implementation of ICommand.
 

Uses of ICommand in org.eclipse.core.internal.resources
 

Methods in org.eclipse.core.internal.resources that return ICommand
 ICommand[] ProjectDescription.getBuildSpec()
           
 ICommand[] ProjectDescription.getBuildSpec(boolean makeCopy)
           
 ICommand ProjectDescription.newCommand()
           
 

Methods in org.eclipse.core.internal.resources with parameters of type ICommand
 void ProjectDescription.setBuildSpec(ICommand[] value)
           
 

Uses of ICommand in org.eclipse.core.resources
 

Methods in org.eclipse.core.resources that return ICommand
 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.
 

Methods in org.eclipse.core.resources with parameters of type ICommand
 void IProjectDescription.setBuildSpec(ICommand[] buildSpec)
          Sets the list of build command to run when building the described project.
 

Uses of ICommand in org.eclipse.core.tests.resources
 

Methods in org.eclipse.core.tests.resources with parameters of type ICommand
static boolean Comparator.equals(ICommand[] cs0, ICommand[] cs1)
           
static boolean Comparator.equals(ICommand[] cs0, ICommand[] cs1)
           
 

Uses of ICommand in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 that return ICommand
static ICommand[] Utils.addBuilder(IProject project, ICommand[] commands, IProjectDescription description, java.lang.String builder, boolean enabled)
          Adds the given builder to the list of commands.
static ICommand Utils.newDisabledCommand(IProject project, IProjectDescription description, java.lang.String builder)
          This method creates a new builder command of the specified type, but in a disabled state.
static ICommand[] Utils.removeBuilder(ICommand[] commands, java.lang.String builder)
          Removes the given builder from the list of commands.
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type ICommand
static ICommand[] Utils.addBuilder(IProject project, ICommand[] commands, IProjectDescription description, java.lang.String builder, boolean enabled)
          Adds the given builder to the list of commands.
static boolean Utils.isDisabledCommand(ICommand c, java.lang.String b)
          This routine checks whether the given command is a disabled instance of the given builder.
static boolean Utils.isEnabledCommand(ICommand c, java.lang.String b)
          This routine checks whether the given command is an enabled instance of the given builder.
static ICommand[] Utils.removeBuilder(ICommand[] commands, java.lang.String builder)
          Removes the given builder from the list of commands.