Klasse ControllerHelper

java.lang.Object
org.apache.torque.generator.control.ControllerHelper

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

    • 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.
      Parameter:
      outputDirKey - the key for the output directory to use.
      outputPath - the output path, not null.
      unitConfiguration - the unit configuration, not null.
      Gibt zurück:
      the output File, not null.