Class MergeBoundedContextsRefactoring
- java.lang.Object
-
- org.contextmapper.dsl.refactoring.AbstractRefactoring
-
- org.contextmapper.dsl.refactoring.MergeBoundedContextsRefactoring
-
- All Implemented Interfaces:
Refactoring
public class MergeBoundedContextsRefactoring extends AbstractRefactoring implements Refactoring
-
-
Field Summary
-
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
model, originalResource
-
-
Constructor Summary
Constructors Constructor Description MergeBoundedContextsRefactoring(java.lang.String boundedContext1, java.lang.String boundedContext2)
MergeBoundedContextsRefactoring(java.lang.String boundedContext1, java.lang.String boundedContext2, boolean takeAttributesFromSecondBoundedContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRefactor()
-
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
doRefactor, saveResource, saveResource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.contextmapper.dsl.refactoring.Refactoring
doRefactor
-
-
-
-
Constructor Detail
-
MergeBoundedContextsRefactoring
public MergeBoundedContextsRefactoring(java.lang.String boundedContext1, java.lang.String boundedContext2)
-
MergeBoundedContextsRefactoring
public MergeBoundedContextsRefactoring(java.lang.String boundedContext1, java.lang.String boundedContext2, boolean takeAttributesFromSecondBoundedContext)
-
-
Method Detail
-
doRefactor
protected void doRefactor()
- Specified by:
doRefactor
in classAbstractRefactoring
-
-