Package one.microstream.util.config
Class SubConfig
java.lang.Object
one.microstream.util.config.AbstractConfig
one.microstream.util.config.SubConfig
- All Implemented Interfaces:
Config
public final class SubConfig extends AbstractConfig
-
Constructor Summary
Constructors Constructor Description SubConfig()
-
Method Summary
Modifier and Type Method Description XGettingTable<String,String>
table()
SubConfig
updateOverrides(EqHashTable<String,ConfigFile> configFiles)
Methods inherited from class one.microstream.util.config.AbstractConfig
files, get, getValue, identifier, toString, variableStarter, variableTerminator
-
Constructor Details
-
SubConfig
public SubConfig()
-
-
Method Details
-
updateOverrides
-
table
- Specified by:
table
in interfaceConfig
- Specified by:
table
in classAbstractConfig
-