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