Schnittstelle OptionsConfiguration
- Alle bekannten Implementierungsklassen:
FileOptionsConfiguration
,MapOptionsConfiguration
,PropertiesOptionConfiguration
,XmlOptionConfiguration
public interface OptionsConfiguration
The part of the configuration which provides information to set options.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetOptions
(ConfigurationProvider configurationProvider) Retrieves the configured options and returns them.
-
Methodendetails
-
getOptions
Collection<Option> getOptions(ConfigurationProvider configurationProvider) throws ConfigurationException Retrieves the configured options and returns them.- Parameter:
configurationProvider
- The configuration provider to access the option files.- Gibt zurück:
- the read options, not null.
- Löst aus:
ConfigurationException
- if an error occurs while reading the options.
-