|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.RefactoringContribution
org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringContribution
public abstract class JavaRefactoringContribution
Partial implementation of a Java refactoring contribution.
Note: this class is not intended to be extended outside the refactoring framework.
Constructor Summary | |
---|---|
JavaRefactoringContribution()
|
Method Summary | |
---|---|
abstract Refactoring |
createRefactoring(JavaRefactoringDescriptor descriptor,
RefactoringStatus status)
Creates the a new refactoring instance. |
Map |
retrieveArgumentMap(RefactoringDescriptor descriptor)
|
Methods inherited from class org.eclipse.ltk.core.refactoring.RefactoringContribution |
---|
createDescriptor, createDescriptor, getId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaRefactoringContribution()
Method Detail |
---|
public final Map 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 status
null
CoreException
- if an error occurs while creating the refactoring
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.