org.opencms.importexport
Class CmsImportVersion6

java.lang.Object
  extended byorg.opencms.importexport.A_CmsImport
      extended byorg.opencms.importexport.CmsImportVersion5
          extended byorg.opencms.importexport.CmsImportVersion6
All Implemented Interfaces:
I_CmsImport

public class CmsImportVersion6
extends CmsImportVersion5

Implementation of the OpenCms Import Interface (I_CmsImport) for the import version 6.

This import format is used in OpenCms since 6.5.6.

Since:
6.5.6
Version:
$Revision: 1.3 $
Author:
Michael Moossen
See Also:
A_CmsImport

Field Summary
static int IMPORT_VERSION6
          The version number of this import implementation.
 
Fields inherited from class org.opencms.importexport.CmsImportVersion5
IMPORT_VERSION
 
Fields inherited from class org.opencms.importexport.A_CmsImport
DEBUG, m_cms, m_convertToXmlPage, m_docXml, m_groupsToCreate, m_importPath, m_importResource, m_importZip, m_linkPropertyStorage, m_linkStorage, m_report, m_userMessages, RESOURCE_TYPE_LEGACY_PAGE_NAME, RESOURCE_TYPE_LINK_ID, RESOURCE_TYPE_LINK_NAME, RESOURCE_TYPE_NEWPAGE_ID, RESOURCE_TYPE_NEWPAGE_NAME
 
Constructor Summary
CmsImportVersion6()
          Creates a new CmsImportVerion7 object.
 
Method Summary
 int getVersion()
          Returns the version of the import implementation.
protected  void importUsers()
          Imports the OpenCms users.
 
Methods inherited from class org.opencms.importexport.CmsImportVersion5
importRelations, importRelations, importResources, importUser, rewriteParseables
 
Methods inherited from class org.opencms.importexport.A_CmsImport
checkImmutable, cleanUp, convertDigestEncoding, convertPointerToSiblings, getFileBytes, getImportAccessControlEntry, getLocale, importAccessControlEntries, importGroup, importGroups, initialize, readPropertiesFromManifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPORT_VERSION6

public static final int IMPORT_VERSION6
The version number of this import implementation.

See Also:
Constant Field Values
Constructor Detail

CmsImportVersion6

public CmsImportVersion6()
Creates a new CmsImportVerion7 object.

Method Detail

getVersion

public int getVersion()
Description copied from interface: I_CmsImport
Returns the version of the import implementation.

Specified by:
getVersion in interface I_CmsImport
Overrides:
getVersion in class CmsImportVersion5
See Also:
I_CmsImport.getVersion()

importUsers

protected void importUsers()
                    throws CmsImportExportException
Imports the OpenCms users.

Overrides:
importUsers in class A_CmsImport
Throws:
CmsImportExportException - if something goes wrong