Uses of Class
org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
-
Packages that use ReorgExecutionLog 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 ReorgExecutionLog in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants that return ReorgExecutionLog Modifier and Type Method Description ReorgExecutionLog
CopyArguments. getExecutionLog()
Returns the resource execution log.Constructors in org.eclipse.ltk.core.refactoring.participants with parameters of type ReorgExecutionLog Constructor Description CopyArguments(Object destination, ReorgExecutionLog log)
Creates new copy arguments.
-