Klasse FileOptionsConfiguration
java.lang.Object
org.apache.torque.generator.configuration.option.FileOptionsConfiguration
- Alle implementierten Schnittstellen:
OptionsConfiguration
- Bekannte direkte Unterklassen:
PropertiesOptionConfiguration
,XmlOptionConfiguration
An options configuration which reads options from a file.
$Id: FileOptionsConfiguration.java 1917241 2024-04-21 13:29:41Z tv $
-
Konstruktordetails
-
FileOptionsConfiguration
public FileOptionsConfiguration()
-
-
Methodendetails
-
getPath
Returns the path to the options file.- Gibt zurück:
- the path, not null if type is xml or properties.
-
toString
-
toOptions
Creates options from a Map and returns them.- Parameter:
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.- Gibt zurück:
- the options, not null.
-