public interface OptionsConfiguration
Modifier and Type | Method and Description |
---|---|
Collection<Option> |
getOptions(ConfigurationProvider configurationProvider)
Retrieves the configured options and returns them.
|
Collection<Option> getOptions(ConfigurationProvider configurationProvider) throws ConfigurationException
configurationProvider
- The configuration provider to access
the option files.ConfigurationException
- if an error occurs while reading
the options.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.