public class ConfigLoaderDelegateImpl
extends org.embulk.config.ConfigLoaderDelegate
| Constructor and Description |
|---|
ConfigLoaderDelegateImpl(org.embulk.config.ModelManagerDelegate model) |
| Modifier and Type | Method and Description |
|---|---|
org.embulk.config.ConfigSource |
fromJson(InputStream stream) |
org.embulk.config.ConfigSource |
fromJson(com.fasterxml.jackson.core.JsonParser parser)
Deprecated.
|
org.embulk.config.ConfigSource |
fromJsonFile(File file) |
org.embulk.config.ConfigSource |
fromJsonString(String string) |
org.embulk.config.ConfigSource |
fromPropertiesAsIs(Properties properties)
Deprecated.
|
org.embulk.config.ConfigSource |
fromPropertiesYamlLiteral(Map<String,String> props,
String keyPrefix) |
org.embulk.config.ConfigSource |
fromPropertiesYamlLiteral(Properties props,
String keyPrefix) |
org.embulk.config.ConfigSource |
fromYaml(InputStream stream) |
org.embulk.config.ConfigSource |
fromYamlFile(File file) |
org.embulk.config.ConfigSource |
fromYamlString(String string) |
org.embulk.config.ConfigSource |
newConfigSource() |
public ConfigLoaderDelegateImpl(org.embulk.config.ModelManagerDelegate model)
public org.embulk.config.ConfigSource newConfigSource()
newConfigSource in class org.embulk.config.ConfigLoaderDelegatepublic org.embulk.config.ConfigSource fromJsonString(String string)
fromJsonString in class org.embulk.config.ConfigLoaderDelegatepublic org.embulk.config.ConfigSource fromJsonFile(File file) throws IOException
fromJsonFile in class org.embulk.config.ConfigLoaderDelegateIOExceptionpublic org.embulk.config.ConfigSource fromJson(InputStream stream) throws IOException
fromJson in class org.embulk.config.ConfigLoaderDelegateIOExceptionpublic org.embulk.config.ConfigSource fromYamlString(String string)
fromYamlString in class org.embulk.config.ConfigLoaderDelegatepublic org.embulk.config.ConfigSource fromYamlFile(File file) throws IOException
fromYamlFile in class org.embulk.config.ConfigLoaderDelegateIOExceptionpublic org.embulk.config.ConfigSource fromYaml(InputStream stream) throws IOException
fromYaml in class org.embulk.config.ConfigLoaderDelegateIOException@Deprecated public org.embulk.config.ConfigSource fromJson(com.fasterxml.jackson.core.JsonParser parser) throws IOException
IOExceptionpublic org.embulk.config.ConfigSource fromPropertiesYamlLiteral(Properties props, String keyPrefix)
fromPropertiesYamlLiteral in class org.embulk.config.ConfigLoaderDelegatepublic org.embulk.config.ConfigSource fromPropertiesYamlLiteral(Map<String,String> props, String keyPrefix)
fromPropertiesYamlLiteral in class org.embulk.config.ConfigLoaderDelegate@Deprecated public org.embulk.config.ConfigSource fromPropertiesAsIs(Properties properties)
Users and plugins MUST NOT call this directly. No any compatibility is guaranteed.
fromPropertiesAsIs in class org.embulk.config.ConfigLoaderDelegate