| Package | Description |
|---|---|
| one.edee.darwin.model.version | |
| one.edee.darwin.resources | |
| one.edee.darwin.storage |
| Modifier and Type | Method and Description |
|---|---|
VersionDescriptor |
VersionDescriptor.addAlphanumericVersion(String version)
Adds textual version number to existing version.
|
VersionDescriptor |
VersionDescriptor.addNumericVersion(int version)
Adds numeric version number to existing version.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VersionComparator.compare(VersionDescriptor o1,
VersionDescriptor o2)
Compares its two arguments for order.
|
| Modifier and Type | Method and Description |
|---|---|
VersionDescriptor |
DefaultResourceNameAnalyzer.getVersionFromPatch(Patch patch) |
VersionDescriptor |
ResourceNameAnalyzer.getVersionFromPatch(Patch patch)
Analyzes name of patch and extracts version from its name.
|
VersionDescriptor |
DefaultResourceNameAnalyzer.getVersionFromResource(org.springframework.core.io.Resource resource) |
VersionDescriptor |
ResourceNameAnalyzer.getVersionFromResource(org.springframework.core.io.Resource resource)
Analyzes name of patch represented as
Resource and extracts version from its name. |
| Modifier and Type | Method and Description |
|---|---|
VersionDescriptor |
DefaultDatabaseDarwinStorage.getVersionDescriptorForComponent(String componentName) |
VersionDescriptor |
DarwinStorage.getVersionDescriptorForComponent(String componentName)
Returns version descriptor for particular component.
|
VersionDescriptor |
StorageChecker.guessVersion(String componentName,
DarwinStorage darwinStorage)
Executes script that allows to guess existing version of the data layer.
|
VersionDescriptor |
DefaultDatabaseStorageChecker.guessVersion(String componentName,
DarwinStorage darwinStorage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StorageChecker.guessPatchAlreadyApplied(String componentName,
DarwinStorage darwinStorage,
VersionDescriptor checkedVersion)
Executes script that allows to guess if particular patch is already present in database.
|
boolean |
DefaultDatabaseStorageChecker.guessPatchAlreadyApplied(String componentName,
DarwinStorage darwinStorage,
VersionDescriptor checkedVersion) |
Copyright © 2020 FG Forrest, a.s.. All rights reserved.