Package | Description |
---|---|
org.codice.ddf.configuration.admin | |
org.codice.ddf.configuration.migration | |
org.codice.ddf.platform.migratable.impl | |
org.codice.ddf.security.migratable.impl |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationAdminMigratable
Class used to migrate
ConfigurationAdmin configurations. |
Modifier and Type | Field and Description |
---|---|
protected Migratable |
MigrationContextImpl.migratable |
Constructor and Description |
---|
ExportMigrationReportImpl(MigrationReport report,
Migratable migratable) |
ImportMigrationContextImpl(MigrationReport report,
MigrationZipFile zip,
Migratable migratable)
Creates a new migration context for an import operation.
|
MigrationContextImpl(R report,
Migratable migratable)
Creates a new migration context with no version.
|
MigrationContextImpl(R report,
Migratable migratable,
String version)
Creates a new migration context.
|
Constructor and Description |
---|
ConfigurationMigrationManager(List<Migratable> migratables,
org.apache.karaf.system.SystemService system)
Constructor.
|
ExportMigrationManagerImpl(MigrationReport report,
Path exportFile,
CipherUtils cipherUtils,
Stream<? extends Migratable> migratables)
Creates a new migration manager for an export operation.
|
ImportMigrationManagerImpl(MigrationReport report,
MigrationZipFile zip,
Stream<? extends Migratable> migratables)
Creates a new migration manager for an import operation.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformMigratable
This class handles the export process for all Platform system files.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityMigratable
This class handles the export process for all Security system files
|
This work is licensed under a Creative Commons Attribution 4.0 International License.