Class HeaderSetupTask

  • Direct Known Subclasses:
    MarketplaceHeaderSetupTask

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

      • storeBaseDirectory

        protected java.lang.String storeBaseDirectory
      • catalog

        protected java.lang.String catalog
      • net

        protected boolean net
    • Constructor Detail

      • HeaderSetupTask

        public HeaderSetupTask()
    • Method Detail

      • execute

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

        public java.lang.String getStoreBaseDirectory()
      • setStoreBaseDirectory

        public void setStoreBaseDirectory​(java.lang.String storeBaseDirectory)
      • getCatalog

        public java.lang.String getCatalog()
      • setCatalog

        public void setCatalog​(java.lang.String catalog)
      • isNet

        public boolean isNet()
      • setNet

        public void setNet​(boolean net)