| Package | Description |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| Modifier and Type | Method and Description |
|---|---|
CmsImportExportManager |
CmsImportExportConfiguration.getImportExportManager()
Returns the initialized import/export manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsImportExportConfiguration.setImportExportManager(CmsImportExportManager manager)
Sets the generated import/export manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsImportExportManager |
OpenCmsCore.getImportExportManager()
Returns the initialized import/export manager,
which contains information about the Cms import/export.
|
static CmsImportExportManager |
OpenCms.getImportExportManager()
Returns the initialized import/export manager,
which contains information about how to handle imported resources.
|