FileConfigurationSourceProvider, ResourceConfigurationSourceProvider, SubstitutingSourceProvider, UrlConfigurationSourceProviderpublic interface ConfigurationSourceProvider
InputStream to represent the application
configuration.| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
open(java.lang.String path) |
Returns an
InputStream that contains the source of the configuration for the
application. |
java.io.InputStream open(java.lang.String path)
throws java.io.IOException
InputStream that contains the source of the configuration for the
application. The caller is responsible for closing the result.path - the path to the configurationInputStreamjava.io.IOException - if there is an error reading the data at pathCopyright © 2018. All rights reserved.