|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.participants.RefactoringArguments
org.eclipse.ltk.core.refactoring.participants.RenameArguments
Rename arguments describe the data that a processor provides to its rename participants.
This class is not intended to be subclassed by clients.
Constructor Summary | |
---|---|
RenameArguments(String newName,
boolean updateReferences)
Creates new rename arguments. |
Method Summary | |
---|---|
String |
getNewName()
Returns the new element name. |
boolean |
getUpdateReferences()
Returns whether reference updating is requested or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RenameArguments(String newName, boolean updateReferences)
newName
- the new name of the element to be renamedupdateReferences
- true
if reference
updating is requested; false
otherwiseMethod Detail |
public String getNewName()
public boolean getUpdateReferences()
true
if reference
updating is requested; false
otherwise
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.