Package | Description |
---|---|
org.codice.ddf.configuration.migration | |
org.codice.ddf.migration |
Modifier and Type | Class and Description |
---|---|
class |
ExportMigrationEntryImpl
This class provides an implementation of the
ExportMigrationEntry . |
class |
ExportMigrationJavaPropertyReferencedEntryImpl
Defines a migration entry representing a property defined in a Java properties file whose value
references another migration entry.
|
class |
ExportMigrationPropertyReferencedEntryImpl
Defines a migration entry representing a property whose value references another migration entry.
|
class |
ExportMigrationSystemPropertyReferencedEntryImpl
Defines a migration entry representing a property defined in system properties which value
references another migration entry.
|
class |
ImportMigrationDirectoryEntryImpl
This class provides an implementation of the
ImportMigrationEntry representing a directory that was exported. |
class |
ImportMigrationEmptyEntryImpl
This class provides an implementation of the
ImportMigrationEntry representing a file that was not exported. |
class |
ImportMigrationEntryImpl
This class provides an implementation of the
ImportMigrationEntry interface. |
class |
ImportMigrationExternalEntryImpl
This class provides an implementation of the
ImportMigrationEntry representing an external file that was exported. |
class |
ImportMigrationJavaPropertyReferencedEntryImpl
Defines a migration entry representing a property defined in a Java properties file which value
references another migration entry.
|
class |
ImportMigrationPropertyReferencedEntryImpl
Defines a migration entry representing a property which value references another migration entry.
|
class |
ImportMigrationSystemPropertyReferencedEntryImpl
Defines a migration entry representing a property defined in system properties which value
references another migration entry.
|
class |
MigrationEntryImpl
This class provides an abstract and base implementation of the
MigrationEntry . |
Modifier and Type | Method and Description |
---|---|
int |
MigrationEntryImpl.compareTo(MigrationEntry me) |
int |
ExportMigrationPropertyReferencedEntryImpl.compareTo(MigrationEntry me) |
int |
ExportMigrationJavaPropertyReferencedEntryImpl.compareTo(MigrationEntry me) |
int |
ImportMigrationJavaPropertyReferencedEntryImpl.compareTo(MigrationEntry me) |
int |
ImportMigrationPropertyReferencedEntryImpl.compareTo(MigrationEntry me) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportMigrationEntry
The
ExportMigrationEntry interfaces provides support for artifacts that are being
exported during migration. |
interface |
ImportMigrationEntry
The
ImportMigrationEntry interface provides support for artifacts that are being
imported during migration. |
This work is licensed under a Creative Commons Attribution 4.0 International License.