Package org.opencms.importexport

Contains functions to import and export resources from the OpenCms VFS.

See:
          Description

Interface Summary
I_CmsImport This interface describes a import class which is used to import resources into the VFS.
I_CmsImportExportHandler An import/export handler is an abstract layer to hide the logic how to import/export a specific type of Cms data.
 

Class Summary
A_CmsImport Collection of common used methods for implementing OpenCms Import classes.
CmsCompatibleCheck Checks path information on vfs resources.
CmsExport Provides the functionality to export files from the OpenCms VFS to a ZIP file.
CmsExtendedHtmlImportDefault The CmsExtendedHtmlImportManager keeps the default values for the HTML-> OpenCms Template converter.
CmsImport Holds the functionaility to import resources from the filesystem or a zip file into the OpenCms VFS.
CmsImportExportManager Provides information about how to handle imported resources.
CmsImportVersion2 Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 2.
CmsImportVersion3 Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 3.
CmsImportVersion4 Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 4.
CmsImportVersion5 Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 5.
CmsImportVersion6 Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 6.
CmsVfsImportExportHandler Import/export handler implementation for VFS data.
CmsXmlPageConverter Converts legacy pages (OpenCms 5 and earlier) to XML pages (OpenCms 6).
 

Exception Summary
CmsImportExportException Signals an error during import or export of OpenCms data.
 

Package org.opencms.importexport Description

Contains functions to import and export resources from the OpenCms VFS.

Since:
6.0.0
Version:
$Revision: 1.7 $