Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

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:
1.1
Restriction:
This class is not intended to be subclassed by clients outside JDT

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

JavaRefactoringContribution

public JavaRefactoringContribution()
Method Detail

retrieveArgumentMap

public final 
Map retrieveArgumentMap(
RefactoringDescriptor descriptor)

Overrides:
retrieveArgumentMap in class RefactoringContribution

createRefactoring

public abstract 
Refactoring createRefactoring(
JavaRefactoringDescriptor descriptor,
                                              
RefactoringStatus status)
                                       throws 
CoreException
Creates the a new refactoring instance.

Parameters:
descriptor - the refactoring descriptor
status - the status used for the resulting status
Returns:
the refactoring, or null
Throws:
CoreException - if an error occurs while creating the refactoring
Since:
1.2

Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire