Uses of Interface
one.microstream.storage.configuration.ConfigurationPropertyParser
| Package | Description |
|---|---|
| one.microstream.storage.configuration |
-
Uses of ConfigurationPropertyParser in one.microstream.storage.configuration
Classes in one.microstream.storage.configuration that implement ConfigurationPropertyParser Modifier and Type Class Description static classConfigurationPropertyParser.DefaultMethods in one.microstream.storage.configuration that return ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationPropertyParserConfigurationPropertyParser. New()static ConfigurationPropertyParserConfigurationPropertyParser. New(DurationParser durationParser, ByteSizeParser byteSizeParser)Methods in one.microstream.storage.configuration with parameters of type ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationParserConfigurationParser. Ini(ConfigurationPropertyParser propertyParser)Creates a newConfigurationParserwhich reads ini, or property files.static ConfigurationParserConfigurationParser. Xml(ConfigurationPropertyParser propertyParser)Creates a newConfigurationParserwhich reads xml files.