public final class ControllerHelper extends Object
Modifier and Type | Method and Description |
---|---|
static File |
getOutputFile(String outputDirKey,
String outputPath,
UnitConfiguration unitConfiguration)
Calculates the location of the target file from the file name and
the unit configuration.
|
public static File getOutputFile(String outputDirKey, String outputPath, UnitConfiguration unitConfiguration)
outputDirKey
- the key for the output directory to use.outputPath
- the output path, not null.unitConfiguration
- the unit configuration, not null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.