| Interface | Description |
|---|---|
| ConfigurationMigrationService |
Service that provides a way to migrate configurations from one instance of DDF to another.
|
| Class | Description |
|---|---|
| AccessUtils |
Utility classes to help with the access controller.
|
| CipherUtils | |
| ConfigurationMigrationManager |
Implementation of the
ConfigurationMigrationService that allows migration of Configuration objects as well as any other configuration files needed. |
| DecryptMigrationManagerImpl |
The decrypt migration manager decrypts an exported file.
|
| ExportMigrationContextImpl |
The export migration context keeps track of exported migration entries for a given migratable
while processing an export migration operation.
|
| ExportMigrationEntryImpl |
This class provides an implementation of the
ExportMigrationEntry. |
| ExportMigrationJavaPropertyReferencedEntryImpl |
Defines a migration entry representing a property defined in a Java properties file whose value
references another migration entry.
|
| ExportMigrationManagerImpl |
The export migration manager generates an exported file and manages the export migration
operation.
|
| ExportMigrationPropertyReferencedEntryImpl |
Defines a migration entry representing a property whose value references another migration entry.
|
| ExportMigrationReportImpl |
The export migration report provides additional functionality for tracking metadata required
during export.
|
| ExportMigrationSystemPropertyReferencedEntryImpl |
Defines a migration entry representing a property defined in system properties which value
references another migration entry.
|
| ImportMigrationContextImpl |
The import migration context keeps track of exported migration entries for a given migratable
while processing an import migration operation.
|
| ImportMigrationDirectoryEntryImpl |
This class provides an implementation of the
ImportMigrationEntry representing a directory that was exported. |
| ImportMigrationEmptyEntryImpl |
This class provides an implementation of the
ImportMigrationEntry representing a file that was not exported. |
| ImportMigrationEntryImpl |
This class provides an implementation of the
ImportMigrationEntry interface. |
| ImportMigrationExternalEntryImpl |
This class provides an implementation of the
ImportMigrationEntry representing an external file that was exported. |
| ImportMigrationJavaPropertyReferencedEntryImpl |
Defines a migration entry representing a property defined in a Java properties file which value
references another migration entry.
|
| ImportMigrationManagerImpl |
The import migration manager process an exported file and manages the import migration operation.
|
| ImportMigrationPropertyReferencedEntryImpl |
Defines a migration entry representing a property which value references another migration entry.
|
| ImportMigrationSystemPropertyReferencedEntryImpl |
Defines a migration entry representing a property defined in system properties which value
references another migration entry.
|
| JsonUtils |
This class provides utility functions for dealing with Json objects returned by the
org.boon.json library. |
| Messages |
Provides a class for defining messages or message formats for migration exceptions, warnings and
informational messages.
|
| MigrationContextImpl<R extends MigrationReport> |
The migration context base class keeps track of exported migration entries for a given migratable
while processing an import migration operation.
|
| MigrationEntryImpl |
This class provides an abstract and base implementation of the
MigrationEntry. |
| MigrationReportImpl |
The migration report provides ways to aggregate warnings and errors related to migration
operations.
|
| MigrationZipConstants | |
| MigrationZipFile | |
| PathUtils |
This work is licensed under a Creative Commons Attribution 4.0 International License.