| Package | Description |
|---|---|
| one.edee.darwin.model | |
| one.edee.darwin.resources | |
| one.edee.darwin.storage |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.getPlatformFromJdbcUrl(DataSource dataSource) |
static Platform |
Platform.identify(String platform) |
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InitiatingPatch(String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform,
DarwinStorage darwinStorage) |
Patch(Integer patchId,
String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform) |
Patch(Integer patchId,
String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform,
LocalDateTime finishedOn) |
Patch(String patchName,
String componentName,
Platform platform,
LocalDateTime detectedOn) |
| 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) |
org.springframework.core.io.Resource[] |
DefaultResourceAccessor.getSortedResourceList(Platform platform)
Returns resource list (means list of resource objects) ordered by name for certain platform.
|
org.springframework.core.io.Resource[] |
ResourceAccessor.getSortedResourceList(Platform platform)
Returns list of resources matching database patches for certain resource name.
|
| Modifier and Type | Method and Description |
|---|---|
Platform |
StorageChecker.getPlatform()
Returns platform of the storage.
|
Platform |
AbstractDatabaseStorage.getPlatform() |
| Modifier and Type | Method and Description |
|---|---|
Patch |
DefaultDatabaseDarwinStorage.insertPatchToDatabase(String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform) |
Patch |
DarwinStorage.insertPatchToDatabase(String patchName,
String componentName,
LocalDateTime detectedOn,
Platform platform)
Inserts patch to db and returns its ID.
|
Copyright © 2020 FG Forrest, a.s.. All rights reserved.