Interface FileGeneratorOperation

    • Method Detail

      • assembleOutputFileName

        java.lang.String assembleOutputFileName​(ImportCockpitCronJobModel cronJob)
        Assembles the name for the output file out of the cron job code and a time stamp, following the pattern: import_package_[cronjob code]_[dd-MM-yyyy-HH-mm-SSS].
        Parameters:
        cronJob -
        Returns:
        the assembled output file name (pattern: import_package_[cronjob code]_[dd-MM-yyyy-HH-mm-SSS])