org.eclipse.ltk.core.refactoring
Class RefactoringInstanceCreator
java.lang.Object
org.eclipse.ltk.core.refactoring.RefactoringInstanceCreator
- All Implemented Interfaces:
- IRefactoringInstanceCreator
- public abstract class RefactoringInstanceCreator
- extends Object
- implements IRefactoringInstanceCreator
Partial implementation of a refactoring instance creator.
- Since:
- 3.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefactoringInstanceCreator
public RefactoringInstanceCreator()
createArguments
public RefactoringArguments createArguments(RefactoringDescriptor descriptor)
- Creates the a refactoring arguments for the specified refactoring
descriptor.
- Specified by:
createArguments in interface IRefactoringInstanceCreator
- Parameters:
descriptor - the refactoring descriptor
- Returns:
- the refactoring arguments, or
null
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.