程序包 | 说明 |
---|---|
org.opencms.importexport |
Contains functions to import and export resources from the OpenCms VFS.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsImport
已过时。
the import is done starting with
CmsImportVersion7 with the digester |
class |
CmsImportVersion2
已过时。
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion3
已过时。
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion4
已过时。
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion5
已过时。
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion6
已过时。
this import class is no longer in use and should only be used to import old export files
|
class |
CmsImportVersion7
Adds the XML handler rules for import and export of resources and accounts.
|
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<I_CmsImport> |
CmsImport.m_importImplementations
Stores all import interface implementations .
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsImport> |
CmsImportExportManager.getImportVersionClasses()
Returns the configured import version class names.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsImportExportManager.addImportVersionClass(I_CmsImport importVersionClass)
Adds a import version class name to the configuration.
|