Eclipse Platform
Release 3.1

org.eclipse.ltk.core.refactoring.participants
Class CopyArguments

java.lang.Object
  extended byorg.eclipse.ltk.core.refactoring.participants.RefactoringArguments
      extended byorg.eclipse.ltk.core.refactoring.participants.CopyArguments

public class CopyArguments
extends RefactoringArguments

Copy arguments describe the data that a processor provides to its copy participants.

This class is not intended to be subclassed by clients.

Since:
3.1

Constructor Summary
CopyArguments(Object destination, ReorgExecutionLog log)
          Creates new copy arguments.
 
Method Summary
 Object getDestination()
          Returns the destination of the move
 ReorgExecutionLog getExecutionLog()
          Returns the resource execution log.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyArguments

public CopyArguments(Object destination,
                     ReorgExecutionLog log)
Creates new copy arguments.

Parameters:
destination - the destination of the copy
log - the log for the execution of the reorg refactoring
Method Detail

getDestination

public Object getDestination()
Returns the destination of the move

Returns:
the move's destination

getExecutionLog

public ReorgExecutionLog getExecutionLog()
Returns the resource execution log.

Returns:
the resource execution log

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.