Class FileOptionsConfiguration
java.lang.Object
org.apache.torque.generator.configuration.option.FileOptionsConfiguration
- All Implemented Interfaces:
OptionsConfiguration
- Direct Known Subclasses:
PropertiesOptionConfiguration,XmlOptionConfiguration
An options configuration which reads options from a file.
$Id: FileOptionsConfiguration.java 1917241 2024-04-21 13:29:41Z tv $
-
Constructor Details
-
FileOptionsConfiguration
public FileOptionsConfiguration()
-
-
Method Details
-
getPath
Returns the path to the options file.- Returns:
- the path, not null if type is xml or properties.
-
toString
-
toOptions
Creates options from a Map and returns them.- Parameters:
optionsMap- the map containing the option qualified names as key and the option value as value. optionsMap and the keys therein must not be null.- Returns:
- the options, not null.
-