Class BaseFileMeta

    • Field Detail

      • servletOutput

        protected boolean servletOutput
        Whether to push the output into the output of a servlet with the executeTrans Carte/DI-Server servlet
    • Constructor Detail

      • BaseFileMeta

        public BaseFileMeta()
    • Method Detail

      • getFilePaths

        public abstract String[] getFilePaths​(boolean showSamples)
        Parameters:
        showSamples - determines whether the paths being returned are dummy samples or the "template" representation. The samples woulc include things like sample step number, partition number etc ( filename_0_1.txt) , while the non-sample path would include a token ( filename_<step>_<partition>.<extension>)
        Returns:
        An array of file paths
      • writesToFile

        public boolean writesToFile()
        Returns true if the given step writes to a file, and false otherwise.
        Returns:
        true if the given step writes to a file, and false otherwise