Eclipse JDT
Release 3.0

org.eclipse.ltk.core.refactoring
Class RefactoringCore

java.lang.Object
  extended byorg.eclipse.ltk.core.refactoring.RefactoringCore

public class RefactoringCore
extends Object

Central access point to access resources managed by the refactoring core plug-in.

Note: this class is not intended to be extended by clients.

Since:
3.0

Method Summary
static int getConditionCheckingFailedSeverity()
          When condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method.
static IUndoManager getUndoManager()
          Returns the singleton undo manager for the refactoring undo stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUndoManager

public static IUndoManager getUndoManager()
Returns the singleton undo manager for the refactoring undo stack.

Returns:
the refactoring undo manager.

getConditionCheckingFailedSeverity

public static int getConditionCheckingFailedSeverity()
When condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method.

Returns:
the condition checking failed severity

Eclipse JDT
Release 3.0

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