| Package | Description |
|---|---|
| migrami.core.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static MigramiScript |
MigramiScript.create(MigramiCategory category,
MigramiChecksumFactory checksumFactory,
ResourceName resourceName,
InputStream content) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MigramiScript> |
MigramiScriptLoader.load(MigramiCategory category,
MigramiChecksumFactory checksumFactory) |
| Modifier and Type | Method and Description |
|---|---|
static MigramiSnapshot |
MigramiSnapshot.create(MigramiScript script) |
MigramiSnapshot |
MigramiSnapshotRepository.load(MigramiScript script) |
| Modifier and Type | Method and Description |
|---|---|
void |
MigramiSnapshot.execute(Consumer<MigramiScript> execution) |
void |
MigramiSnapshot.visit(Consumer<MigramiScript> persist) |
Copyright © 2020. All rights reserved.