Uses of Class
org.opencms.importexport.CmsImportExportManager
Packages that use CmsImportExportManager
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of CmsImportExportManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsImportExportManagerModifier and TypeMethodDescriptionCmsImportExportConfiguration.getImportExportManager()
Returns the initialized import/export manager.Methods in org.opencms.configuration with parameters of type CmsImportExportManagerModifier and TypeMethodDescriptionvoid
CmsImportExportConfiguration.setImportExportManager
(CmsImportExportManager manager) Sets the generated import/export manager. -
Uses of CmsImportExportManager in org.opencms.main
Methods in org.opencms.main that return CmsImportExportManagerModifier and TypeMethodDescriptionstatic CmsImportExportManager
OpenCms.getImportExportManager()
Returns the initialized import/export manager, which contains information about how to handle imported resources.protected CmsImportExportManager
OpenCmsCore.getImportExportManager()
Returns the initialized import/export manager, which contains information about the Cms import/export.