Klasse 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 $
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic File
getOutputFile
(String outputDirKey, String outputPath, UnitConfiguration unitConfiguration) Calculates the location of the target file from the file name and the unit configuration.
-
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.
-