Package | Description |
---|---|
org.apache.tamaya.format |
This package provides an abstraction for parsing a configuration
from an input strem, called
ConfigurationFormat
and corresponding helper artifacts. |
org.apache.tamaya.format.formats |
This package provides implementtion of
ConfigurationFormat
for properties, xml-properties and ini files. |
Class and Description |
---|
ConfigurationData
Data that abstracts the data read from a configuration resources using a certain format.
|
ConfigurationDataBuilder
Builder for creating
ConfigurationData instances. |
ConfigurationFormat
Implementations current this class encapsulate the mechanism how to read a
resource including interpreting the format correctly (e.g. xml vs.
|
Class and Description |
---|
ConfigurationData
Data that abstracts the data read from a configuration resources using a certain format.
|
ConfigurationFormat
Implementations current this class encapsulate the mechanism how to read a
resource including interpreting the format correctly (e.g. xml vs.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.