| Package | Description |
|---|---|
| one.edee.darwin.model | |
| one.edee.darwin.resources | |
| one.edee.darwin.storage |
| Constructor and Description |
|---|
InitiatingPatch(String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform,
DarwinStorage darwinStorage) |
| Modifier and Type | Method and Description |
|---|---|
Patch[] |
ResourcePatchMediator.getPatches(org.springframework.core.io.Resource[] resources,
String componentName,
Platform platform,
DarwinStorage darwinStorage,
StorageChecker storageChecker,
PatchType patchType) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDatabaseDarwinStorage
Default implementation of the Darwin storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDatabaseStorageUpdater.executeScript(String resourcePath,
String componentName,
DarwinStorage darwinStorage,
StorageChecker storageChecker) |
void |
StorageUpdater.executeScript(String resourcePath,
String componentName,
DarwinStorage darwinStorage,
StorageChecker storageChecker)
Executes update script.
|
boolean |
DefaultDatabaseStorageChecker.guessPatchAlreadyApplied(String componentName,
DarwinStorage darwinStorage,
VersionDescriptor checkedVersion) |
boolean |
StorageChecker.guessPatchAlreadyApplied(String componentName,
DarwinStorage darwinStorage,
VersionDescriptor checkedVersion)
Executes script that allows to guess if particular patch is already present in database.
|
VersionDescriptor |
DefaultDatabaseStorageChecker.guessVersion(String componentName,
DarwinStorage darwinStorage) |
VersionDescriptor |
StorageChecker.guessVersion(String componentName,
DarwinStorage darwinStorage)
Executes script that allows to guess existing version of the data layer.
|
Copyright © 2020 FG Forrest, a.s.. All rights reserved.