See: Description
| Interface | Description |
|---|---|
| BulkImportResult |
Provides the information about the result of importing a zip file.
|
| ExportableResourceInfo |
Information about a resource that can be exported.
|
| ExportInfo |
Information about a whole set of exported items
|
| ImportResult |
Provides extra information about the result of an import operation
|
| UploadedJarInfo |
Information about a config jar file that has been uploaded but not yet imported
|
| UploadedResourceInfo |
Detailed information about a resource that has been uploaded but not yet imported.
|
| Class | Description |
|---|---|
| ConfigJar | |
| ConfigJar.CanonicalForm |
Canonical representation of the jar file.
|
| ConfigJar.CanonicalForm.GlobalInfo | |
| ConfigJar.CanonicalForm.ResourceInfo | |
| ConfigJar.LogicalJarForm |
Represents the configuration jar file that has just been read or will be serialized into jar file.
|
| ConfigJar.SerializedForm |
A jar file that contains the serialized and encrypted form of the data (but not the whole jar file).
|
| ConfigJar.SerializedForm.GlobalInfo | |
| ConfigJar.SerializedForm.ResourceInfo | |
| ImportOperation |
Represents how a particular resource is/should be affected as part of an import.
|
| ImportPlan |
Represents how an import will be executed.
|
| Enum | Description |
|---|---|
| EncryptionScope |
Describes the scope of encryption used during export.
|
| ImportOperation.Operation |
definition of the operation
|