public class MoveArguments extends RefactoringArguments
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
MoveArguments(Object destination,
boolean updateReferences)
Creates new move arguments.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDestination()
Returns the destination of the move
|
boolean |
getUpdateReferences()
Returns whether reference updating is requested or not.
|
String |
toString()
Returns a string representation of these arguments suitable for debugging
purposes only.
|
public MoveArguments(Object destination, boolean updateReferences)
destination
- the destination of the moveupdateReferences
- true
if reference
updating is requested; false
otherwisepublic Object getDestination()
public boolean getUpdateReferences()
true
if reference
updating is requested; false
otherwisepublic String toString()
Subclasses should reimplement this method.
toString
in class RefactoringArguments
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.