Package | Description |
---|---|
org.codice.ddf.configuration.migration | |
org.codice.ddf.migration | |
org.codice.ddf.migration.commands |
Modifier and Type | Method and Description |
---|---|
Stream<MigrationMessage> |
MigrationReportImpl.messages() |
Stream<MigrationMessage> |
ExportMigrationReportImpl.messages() |
Modifier and Type | Method and Description |
---|---|
MigrationReportImpl |
MigrationReportImpl.record(MigrationMessage msg) |
ExportMigrationReportImpl |
ExportMigrationReportImpl.record(MigrationMessage msg) |
Modifier and Type | Method and Description |
---|---|
MigrationReport |
ConfigurationMigrationService.doDecrypt(Path exportDirectory,
Consumer<MigrationMessage> consumer)
Decrypts an exported file from the specified path.
|
MigrationReport |
ConfigurationMigrationManager.doDecrypt(Path exportDirectory,
Consumer<MigrationMessage> consumer) |
MigrationReport |
ConfigurationMigrationService.doExport(Path exportDirectory,
Consumer<MigrationMessage> consumer)
Exports configurations to the specified path.
|
MigrationReport |
ConfigurationMigrationManager.doExport(Path exportDirectory,
Consumer<MigrationMessage> consumer) |
MigrationReport |
ConfigurationMigrationService.doImport(Path exportDirectory,
Consumer<MigrationMessage> consumer)
Imports configurations from the specified path.
|
MigrationReport |
ConfigurationMigrationManager.doImport(Path exportDirectory,
Consumer<MigrationMessage> consumer) |
Constructor and Description |
---|
MigrationReportImpl(MigrationOperation operation,
Optional<Consumer<MigrationMessage>> consumer)
Creates a new migration report.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrationException
Exception that indicates some problem with the migration operation.
|
class |
MigrationInformation
Class that provides information status for migration operations.
|
class |
MigrationSuccessfulInformation
Special informational message providing successful information about a migration operation.
|
class |
MigrationWarning
Class that provides warning statuses for migration operations.
|
Modifier and Type | Method and Description |
---|---|
Stream<MigrationMessage> |
MigrationReport.messages()
Retrieves all messages recorded by the operation that generated this migration report.
|
Modifier and Type | Method and Description |
---|---|
MigrationReport |
MigrationReport.record(MigrationMessage msg)
Records a message that occurred during the migration report.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MigrationCommand.outputMessage(MigrationMessage msg) |
This work is licensed under a Creative Commons Attribution 4.0 International License.