ImportManager
Leave feedback
On this page
Inheritance: java.lang.Object
public class ImportManager
Provides a row of methods allowing the user to export metadata properties to various formats.
| Constructor | Description |
|---|---|
| ImportManager(RootMetadataPackage rootMetadataPackage) | Initializes a new instance of the ImportManager class. |
| Method | Description |
|---|---|
| import_(String filePath, int format, ImportOptions importOptions) | Exports the metadata properties to a file. |
| import_(InputStream stream, int format, ImportOptions importOptions) | Exports the metadata properties to a file. |
public ImportManager(RootMetadataPackage rootMetadataPackage)
Initializes a new instance of the ImportManager class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rootMetadataPackage | RootMetadataPackage | A collection of metadata properties where the import will be performed.. |
public final void import_(String filePath, int format, ImportOptions importOptions)
Exports the metadata properties to a file.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| filePath | java.lang.String | The full name of the input file. |
| format | int | The format of the input file. |
| importOptions | ImportOptions | Additional options to use when importing. |
public final void import_(InputStream stream, int format, ImportOptions importOptions)
Exports the metadata properties to a file.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| stream | java.io.InputStream | The filestream of the input file. |
| format | int | The format of the input file. |
| importOptions | ImportOptions | Additional options to use when importing. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.