public abstract class JavaRefactoringContribution extends RefactoringContribution
Note: this class is not intended to be extended outside the refactoring framework.
Constructor and Description |
---|
JavaRefactoringContribution() |
Modifier and Type | Method and Description |
---|---|
abstract Refactoring |
createRefactoring(JavaRefactoringDescriptor descriptor,
RefactoringStatus status)
Creates the a new refactoring instance.
|
Map<String,String> |
retrieveArgumentMap(RefactoringDescriptor descriptor) |
createDescriptor, createDescriptor, getId
public final Map<String,String> retrieveArgumentMap(RefactoringDescriptor descriptor)
retrieveArgumentMap
in class RefactoringContribution
public abstract Refactoring createRefactoring(JavaRefactoringDescriptor descriptor, RefactoringStatus status) throws CoreException
descriptor
- the refactoring descriptorstatus
- the status used for the resulting statusnull
CoreException
- if an error occurs while creating the refactoring
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.