Class PentahoPlatformImporter

  • All Implemented Interfaces:
    IPlatformImporter

    public class PentahoPlatformImporter
    extends Object
    implements IPlatformImporter
    Default implementation of IPlatformImporter. This class serves to route import requests to the appropriate IPlatformImportHandler based on the mime-type of the given content. If not supplied the mime-type will be computed by the IPlatformMimeResolver.

    User: nbaker Date: 5/29/12

    • Constructor Detail

      • PentahoPlatformImporter

        public PentahoPlatformImporter​(List<IPlatformImportHandler> handlerList,
                                       org.pentaho.platform.api.repository2.unified.IRepositoryContentConverterHandler repositoryContentConverterHandler)