| Package | Description |
|---|---|
| org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
A_CmsImport
Deprecated.
the import is done starting with
CmsImportVersion7 with the digester |
class |
CmsImportResourceDataReader
Subclass which doesn't actually import anything, but just reads the module data into a
data structure which can then be used by the module updater.
|
class |
CmsImportVersion10
Adds the XML handler rules for import and export of resources and accounts.
|
class |
CmsImportVersion2
Deprecated.
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion3
Deprecated.
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion4
Deprecated.
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion5
Deprecated.
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion6
Deprecated.
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion7
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<I_CmsImport> |
CmsImport.m_importImplementations
Stores all import interface implementations .
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<I_CmsImport> |
CmsImportExportManager.getImportVersionClasses()
Returns the configured import version class names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsImportExportManager.addImportVersionClass(I_CmsImport importVersionClass)
Adds a import version class name to the configuration.
|