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 |
retrieveArgumentMap(RefactoringDescriptor descriptor) |
createDescriptor, createDescriptor, getIdpublic final Map retrieveArgumentMap(RefactoringDescriptor descriptor)
retrieveArgumentMap in class RefactoringContributionpublic abstract Refactoring createRefactoring(JavaRefactoringDescriptor descriptor, RefactoringStatus status) throws CoreException
descriptor - the refactoring descriptorstatus - the status used for the resulting statusnullCoreException - if an error occurs while creating the refactoring
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.