UML Modeler

com.ibm.xtools.modeler.ui.refactoring
Class ModelerCreateFragmentRefactoringArguments

java.lang.Object
  extended by org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
      extended by com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
          extended by com.ibm.xtools.modeler.ui.refactoring.ModelerCreateFragmentRefactoringArguments

public final class ModelerCreateFragmentRefactoringArguments
extends ModelerRefactoringArguments

Create Fragment Refactoring Arguments. The arguments are (1) a List of the destination URI objects which correspond to where the fragments will be created and (2) whether the references are to be updated. The List of URI objects is the same as the number of fragments to be created.


Constructor Summary
ModelerCreateFragmentRefactoringArguments(List<URI> destinationURIs, boolean updateReferences)
          Constructor.
 
Method Summary
 List<URI> getDestinationURIs()
          Returns a List of the URI objects coresponding to where the fragments will be created.
 
Methods inherited from class com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
isUpdateReferences
 
Methods inherited from class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelerCreateFragmentRefactoringArguments

public ModelerCreateFragmentRefactoringArguments(List<URI> destinationURIs,
                                                 boolean updateReferences)
Constructor.

Parameters:
destinationURIs - List of the URI objects coresponding to where the fragments will be created.
updateRefs - true if the arguments are to be updated, false otherwise
Method Detail

getDestinationURIs

public List<URI> getDestinationURIs()
Returns a List of the URI objects coresponding to where the fragments will be created.

Returns:
List of URI objects corresponding to where the fragments will be created.

UML Modeler

© Copyright IBM Corp. 2009. All rights reserved.