public interface ConfigReaderFactory
ConfigReader factory.
Plugin have to more than one implementation of configuration reader and have to use
different types of reader of each extension.| Modifier and Type | Method and Description |
|---|---|
ConfigReader |
create(java.lang.String subConfig)
Creates new
ConfigReader implementation of this sub config. |
ConfigReader create(java.lang.String subConfig)
ConfigReader implementation of this sub config.subConfig - sub configuration path.ConfigReader implementation for current config.