Class ControllerHelper


  • public final class ControllerHelper
    extends Object
    Helper methods for the controller.
    Version:
    $Id: ControllerHelper.java 1839288 2018-08-27 09:48:33Z tv $
    • Method Detail

      • getOutputFile

        public static File getOutputFile​(String outputDirKey,
                                         String outputPath,
                                         UnitConfiguration unitConfiguration)
        Calculates the location of the target file from the file name and the unit configuration.
        Parameters:
        outputDirKey - the key for the output directory to use.
        outputPath - the output path, not null.
        unitConfiguration - the unit configuration, not null.
        Returns:
        the output File, not null.