Eclipse Platform
Release 3.2

org.eclipse.ltk.core.refactoring
Class RefactoringInstanceCreator

java.lang.Object
  extended byorg.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

Constructor Summary
RefactoringInstanceCreator()
           
 
Method Summary
 RefactoringArguments createArguments(RefactoringDescriptor descriptor)
          Creates the a refactoring arguments for the specified refactoring descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ltk.core.refactoring.IRefactoringInstanceCreator
createRefactoring
 

Constructor Detail

RefactoringInstanceCreator

public RefactoringInstanceCreator()
Method Detail

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

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.