org.eclipse.jdt.internal.core
Class SetVariablesOperation

java.lang.Object
  extended by org.eclipse.jdt.internal.core.JavaModelOperation
      extended by org.eclipse.jdt.internal.core.ChangeClasspathOperation
          extended by org.eclipse.jdt.internal.core.SetVariablesOperation
All Implemented Interfaces:
IWorkspaceRunnable, org.eclipse.core.runtime.IProgressMonitor

public class SetVariablesOperation
extends ChangeClasspathOperation


Field Summary
 
Fields inherited from class org.eclipse.jdt.internal.core.JavaModelOperation
HAS_MODIFIED_RESOURCE_ATTR, progressMonitor, TRUE
 
Fields inherited from interface org.eclipse.core.runtime.IProgressMonitor
UNKNOWN
 
Constructor Summary
SetVariablesOperation(java.lang.String[] variableNames, org.eclipse.core.runtime.IPath[] variablePaths, boolean updatePreferences)
           
 
Method Summary
 
Methods inherited from class org.eclipse.jdt.internal.core.ChangeClasspathOperation
isReadOnly
 
Methods inherited from class org.eclipse.jdt.internal.core.JavaModelOperation
beginTask, done, executeNestedOperation, getJavaModel, getResultElements, hasModifiedResource, internalWorked, isCanceled, newJavaElementDelta, run, runOperation, setCanceled, setTaskName, subTask, worked
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetVariablesOperation

public SetVariablesOperation(java.lang.String[] variableNames,
                             org.eclipse.core.runtime.IPath[] variablePaths,
                             boolean updatePreferences)