public class ExecutableStage
extends java.lang.Object
implements io.flamingock.internal.common.core.pipeline.StageDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<? extends ExecutableChange> |
changes |
| Constructor and Description |
|---|
ExecutableStage(java.lang.String name,
java.util.List<? extends ExecutableChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ExecutableChange> |
getChanges() |
java.util.Collection<io.flamingock.internal.common.core.change.ChangeDescriptor> |
getLoadedChanges() |
java.lang.String |
getName() |
boolean |
isExecutionRequired() |
protected final java.util.List<? extends ExecutableChange> changes
public ExecutableStage(java.lang.String name,
java.util.List<? extends ExecutableChange> changes)
public java.lang.String getName()
getName in interface io.flamingock.internal.common.core.pipeline.StageDescriptorpublic java.util.Collection<io.flamingock.internal.common.core.change.ChangeDescriptor> getLoadedChanges()
getLoadedChanges in interface io.flamingock.internal.common.core.pipeline.StageDescriptorpublic java.util.List<? extends ExecutableChange> getChanges()
public boolean isExecutionRequired()