public final class ModelerCreateFragmentRefactoringArguments extends ModelerRefactoringArguments
Constructor and Description |
---|
ModelerCreateFragmentRefactoringArguments(java.util.List<org.eclipse.emf.common.util.URI> destinationURIs,
boolean updateReferences)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<org.eclipse.emf.common.util.URI> |
getDestinationURIs()
Returns a List of the URI objects coresponding to where the fragments
will be created.
|
isUpdateReferences
public ModelerCreateFragmentRefactoringArguments(java.util.List<org.eclipse.emf.common.util.URI> destinationURIs, boolean updateReferences)
destinationURIs
- List of the URI objects coresponding to where the
fragments will be created.updateReferences
- true if the arguments are to be updated, false
otherwise