java.lang.Object
de.hybris.platform.acceleratorservices.dataimport.batch.task.HeaderSetupTask
Direct Known Subclasses:
MarketplaceHeaderSetupTask

public class HeaderSetupTask extends Object
Initially setup the batch header. The header is used throughout the pipeline as a reference and for cleanup.
  • Field Details

    • storeBaseDirectory

      protected String storeBaseDirectory
    • catalog

      protected String catalog
    • net

      protected boolean net
  • Constructor Details

    • HeaderSetupTask

      public HeaderSetupTask()
  • Method Details

    • execute

      public BatchHeader execute(File file)
      Initially creates the header.
      Parameters:
      file -
      Returns:
      the header
    • getStoreBaseDirectory

      public String getStoreBaseDirectory()
    • setStoreBaseDirectory

      public void setStoreBaseDirectory(String storeBaseDirectory)
    • getCatalog

      public String getCatalog()
    • setCatalog

      public void setCatalog(String catalog)
    • isNet

      public boolean isNet()
    • setNet

      public void setNet(boolean net)