public class MergeBoundedContextsRefactoring extends AbstractRefactoring implements Refactoring
model, originalResource| Constructor and Description |
|---|
MergeBoundedContextsRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2) |
MergeBoundedContextsRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2,
boolean takeAttributesFromSecondBoundedContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRefactor() |
doRefactor, saveResource, saveResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoRefactorpublic MergeBoundedContextsRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2)
public MergeBoundedContextsRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2,
boolean takeAttributesFromSecondBoundedContext)
protected void doRefactor()
doRefactor in class AbstractRefactoring