Class AbstractMarketplaceImpexRunnerTask

  • All Implemented Interfaces:
    HeaderTask

    public abstract class AbstractMarketplaceImpexRunnerTask
    extends AbstractImpexRunnerTask
    Impex runner task for marketplace, add the functionality to create log files
    • Field Detail

      • LOG_DEFAULT_SUCCESS_MSG

        protected static final java.lang.String LOG_DEFAULT_SUCCESS_MSG
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractMarketplaceImpexRunnerTask

        public AbstractMarketplaceImpexRunnerTask()
    • Method Detail

      • process

        protected ImportResult process​(java.io.File file,
                                       java.lang.String encoding)
                                throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • log

        protected void log​(java.util.List<ImportResult> results,
                           java.io.File target)
      • createLogMsg

        protected java.lang.String createLogMsg​(java.util.List<ImportResult> results)