|
Eclipse JDT Release 3.0 |
||||||||||
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.MoveArguments
Move arguments describe the data that a processor provides to its move participants.
This class is not intended to be subclassed by clients.
Constructor Summary | |
MoveArguments(Object destination,
boolean updateReferences)
Creates new rename arguments. |
Method Summary | |
Object |
getDestination()
Returns the destination of the move |
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 MoveArguments(Object destination, boolean updateReferences)
destination
- the destination of the moveupdateReferences
- true
if reference
updating is requested; false
otherwiseMethod Detail |
public Object getDestination()
public boolean getUpdateReferences()
true
if reference
updating is requested; false
otherwise
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |