Class ControllerHelper
java.lang.Object
org.apache.torque.generator.control.ControllerHelper
Helper methods for the controller.
- Version:
- $Id: ControllerHelper.java 1839288 2018-08-27 09:48:33Z tv $
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetOutputFile(String outputDirKey, String outputPath, UnitConfiguration unitConfiguration) Calculates the location of the target file from the file name and the unit configuration.
-
Method Details
-
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.
-