Class CmsImport


  • public class CmsImport
    extends java.lang.Object
    Holds the functionality to import resources from the file system or a zip file into the OpenCms VFS.

    Since:
    6.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      CmsImport()
      Constructs a new uninitialized import, required for special subclass data import.
      CmsImport​(CmsObject cms, I_CmsReport report)
      Constructs a new import object which imports the resources from an OpenCms export zip file or a folder in the "real" file system.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void importData​(CmsImportParameters parameters)
      Imports the resources and writes them to the cms VFS, even if there already exist files with the same name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait