A CreateResourcesOperation represents an undoable operation for creating
resources in the workspace. Clients may call the public API from a background
thread.
This class is not intended to be subclassed by clients.
since: 3.3
Create an AbstractCreateResourcesOperation.
Parameters: resourceDescriptions - the resourceDescriptions describing resources to be created Parameters: label - the label of the operation
Method Detail
computeExecutionStatus
public IStatus computeExecutionStatus(IProgressMonitor monitor)(Code)
computeRedoableStatus
public IStatus computeRedoableStatus(IProgressMonitor monitor)(Code)
computeUndoableStatus
public IStatus computeUndoableStatus(IProgressMonitor monitor)(Code)