public interface IRefactoringProcessorIds
This interface declares static final fields only; it is not intended to be implemented.
Modifier and Type | Field and Description |
---|---|
static String |
CHANGE_METHOD_SIGNATURE_PROCESSOR
Processor ID of the Change Method Signature processor
(value
"org.eclipse.jdt.ui.changeMethodSignatureRefactoring" ). |
static String |
INTRODUCE_PARAMETER_OBJECT_PROCESSOR
Processor ID of the Introduce Parameter Object processor
(value
"org.eclipse.jdt.ui.introduceParameterObjectRefactoring" ). |
static final String CHANGE_METHOD_SIGNATURE_PROCESSOR
"org.eclipse.jdt.ui.changeMethodSignatureRefactoring"
).
The Change Method Signature processor loads ChangeMethodSignatureParticipant
s registered for the
IMethod
whose signature is changed.static final String INTRODUCE_PARAMETER_OBJECT_PROCESSOR
"org.eclipse.jdt.ui.introduceParameterObjectRefactoring"
).
The Introduce Parameter Object processor loads ChangeMethodSignatureParticipant
s registered for the
IMethod
whose signature is changed.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.