Eclipse JDT
Release 3.3

org.eclipse.jdt.core.refactoring.descriptors
Class JavaRefactoringContribution

java.lang.Object
  extended by org.eclipse.ltk.core.refactoring.RefactoringContribution
      extended by org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringContribution

public abstract class JavaRefactoringContribution
extends RefactoringContribution

Partial implementation of a Java refactoring contribution.

Note: this class is not intended to be extended outside the refactoring framework.

Since:
3.3

Constructor Summary
JavaRefactoringContribution()
           
 
Method Summary
 java.util.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

JavaRefactoringContribution

public JavaRefactoringContribution()
Method Detail

retrieveArgumentMap

public final java.util.Map retrieveArgumentMap(RefactoringDescriptor descriptor)

Overrides:
retrieveArgumentMap in class RefactoringContribution

Eclipse JDT
Release 3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.