com.ibm.xtools.modeler.ui.refactoring
Class ModelerCreateFragmentRefactoringArguments
java.lang.Object
org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
com.ibm.xtools.modeler.ui.refactoring.ModelerRefactoringArguments
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.
|
Method Summary |
List<URI> |
getDestinationURIs()
Returns a List of the URI objects coresponding to where the fragments
will be created. |
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
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.
© Copyright IBM Corp. 2009. All rights reserved.