Class A_CmsImport

java.lang.Object
org.opencms.importexport.A_CmsImport
All Implemented Interfaces:
I_CmsImport
Direct Known Subclasses:
CmsImportVersion2, CmsImportVersion3, CmsImportVersion4, CmsImportVersion5

@Deprecated public abstract class A_CmsImport extends Object implements I_CmsImport
Deprecated.
the import is done starting with CmsImportVersion7 with the digester
Collection of common used methods for implementing OpenCms Import classes.

This class does not implement a real OpenCms import, real import implementation should be inherited form this class.

Since:
6.0.0
See Also: