Class ACPImportPackageHandler

java.lang.Object
org.alfresco.repo.importer.ACPImportPackageHandler
All Implemented Interfaces:
ImportPackageHandler

public class ACPImportPackageHandler extends Object implements ImportPackageHandler
Handler for importing Repository content from zip package file
Author:
David Caruana
  • Field Details

    • DEFAULT_ENCODING

      public static final String DEFAULT_ENCODING
      See Also:
    • file

      protected File file
    • zipFile

      protected org.apache.commons.compress.archivers.zip.ZipFile zipFile
    • dataFileEncoding

      protected String dataFileEncoding
  • Constructor Details

    • ACPImportPackageHandler

      public ACPImportPackageHandler(File zipFile, String dataFileEncoding)
      Constuct Handler
      Parameters:
      zipFile - source file
      dataFileEncoding - encoding of file
  • Method Details