| 程序包 | 说明 |
|---|---|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.main |
Provides the main OpenCms "operating system".
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsImportExportManager |
CmsImportExportConfiguration.getImportExportManager()
Returns the initialized import/export manager.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CmsImportExportConfiguration.setImportExportManager(CmsImportExportManager manager)
Sets the generated import/export manager.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static 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.
|