Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.MultiOperation
Packages that use MultiOperation
-
Uses of MultiOperation in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of MultiOperation in org.aspectj.org.eclipse.jdt.internal.coreModifier and TypeClassDescriptionclassThis operation copies/moves a collection of elements from their current container to a new container, optionally renaming the elements.classThis operation copies/moves/renames a collection of resources from their current container to a new container, optionally renaming the elements.classThis operation deletes a collection of elements (and all of their children).classThis operation deletes a collection of resources and all of their children.classThis operation moves elements from their current container to a specified destination container, optionally renaming the elements.classThis operation moves resources (package fragments and compilation units) from their current container to a specified destination container, optionally renaming the elements.classThis operation renames elements.classThis operation renames resources (Package fragments and compilation units).Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type MultiOperationModifier and TypeMethodDescriptionprotected voidJavaModel.runOperation(MultiOperation op, IJavaElement[] elements, IJavaElement[] siblings, String[] renamings, org.eclipse.core.runtime.IProgressMonitor monitor) Configures and runs theMultiOperation.