public class CopyArguments extends RefactoringArguments
This class is not intended to be subclassed by clients.
Constructor and Description |
---|
CopyArguments(Object destination,
ReorgExecutionLog log)
Creates new copy arguments.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDestination()
Returns the destination of the move
|
ReorgExecutionLog |
getExecutionLog()
Returns the resource execution log.
|
String |
toString()
Returns a string representation of these arguments suitable for debugging
purposes only.
|
public CopyArguments(Object destination, ReorgExecutionLog log)
destination
- the destination of the copylog
- the log for the execution of the reorg refactoringpublic Object getDestination()
public ReorgExecutionLog getExecutionLog()
public String toString()
Subclasses should reimplement this method.
toString
in class RefactoringArguments
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.