ConfigurationFormat
and corresponding helper artifacts.See: Description
Interface | Description |
---|---|
ConfigurationFormat |
Implementations current this class encapsulate the mechanism how to read a
resource including interpreting the format correctly (e.g. xml vs.
|
Class | Description |
---|---|
BaseFormatPropertySourceProvider |
Implementation of a
PropertySourceProvider that reads configuration from some given resource paths
and using the given formats. |
ConfigurationData |
Data that abstracts the data read from a configuration resources using a certain format.
|
ConfigurationDataBuilder |
Builder for creating
ConfigurationData instances. |
ConfigurationFormats |
Small accessor and management class dealing with
ConfigurationFormat
instances. |
FlattenedDefaultPropertySource |
Flattened default PropertySource that uses the flattened config data read from an URL by a
$
ConfigurationFormat . |
InputStreamFactory |
Wrapper for a given
InputStream to be able to close
it via the try-with-resources construct of Java 7. |
ConfigurationFormat
and corresponding helper artifacts.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.