Eclipse Platform
Release 3.2

org.eclipse.ltk.core.refactoring
Interface IInitializableRefactoringComponent


public interface IInitializableRefactoringComponent

Interface for refactoring components which can be initialized by refactoring arguments.

Note: this interface is intended to be implemented by clients.

Note: This API is considered experimental and may change in the near future.

Since:
3.2

Method Summary
 RefactoringStatus initialize(RefactoringArguments arguments)
          Initializes the refactoring component with the refactoring arguments.
 

Method Detail

initialize

public RefactoringStatus initialize(RefactoringArguments arguments)
Initializes the refactoring component with the refactoring arguments.

Parameters:
arguments - the refactoring arguments
Returns:
an object describing the status of the initialization. If the status has severity FATAL_ERROR, the associated refactoring will not be executed.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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