Uses of Class
org.eclipse.ltk.core.refactoring.participants.CopyProcessor
-
Packages that use CopyProcessor Package Description org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. -
-
Uses of CopyProcessor in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that return CopyProcessor Modifier and Type Method Description CopyProcessor
CopyRefactoring. getCopyProcessor()
Returns the copy processor associated with this copy refactoring.Constructors in org.eclipse.ltk.core.refactoring.participants with parameters of type CopyProcessor Constructor Description CopyRefactoring(CopyProcessor processor)
Creates a new copy refactoring with the given copy processor.
-