Klasse FileOptionsConfiguration

java.lang.Object
org.apache.torque.generator.configuration.option.FileOptionsConfiguration
Alle implementierten Schnittstellen:
OptionsConfiguration
Bekannte direkte Unterklassen:
PropertiesOptionConfiguration, XmlOptionConfiguration

public abstract class FileOptionsConfiguration extends Object
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

      public String getPath()
      Returns the path to the options file.
      Gibt zurück:
      the path, not null if type is xml or properties.
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • toOptions

      protected Collection<Option> toOptions(Map<? extends Object,? extends Object> optionsMap)
      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.