| 程序包 | 说明 |
|---|---|
| org.apache.seatunnel.shade.com.typesafe.config |
| 限定符和类型 | 方法和说明 |
|---|---|
ConfigParseOptions |
ConfigParseOptions.appendIncluder(org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder includer)
Appends a
ConfigIncluder which customizes how includes are handled. |
static ConfigParseOptions |
ConfigParseOptions.defaults()
Gets an instance of
ConfigParseOptions with all fields set to the default values. |
ConfigParseOptions |
ConfigParseOptions.prependIncluder(org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder includer)
Prepends a
ConfigIncluder which customizes how includes are handled. |
ConfigParseOptions |
ConfigParseOptions.setAllowMissing(boolean allowMissing)
Set to false to throw an exception if the item being parsed (for example a file) is missing.
|
ConfigParseOptions |
ConfigParseOptions.setClassLoader(ClassLoader loader)
Set the class loader.
|
ConfigParseOptions |
ConfigParseOptions.setIncluder(org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder includer)
Set a
ConfigIncluder which customizes how includes are handled. null means to use the
default includer. |
ConfigParseOptions |
ConfigParseOptions.setOriginDescription(String originDescription)
Set a description for the thing being parsed.
|
ConfigParseOptions |
ConfigParseOptions.setSyntax(org.apache.seatunnel.shade.com.typesafe.config.ConfigSyntax syntax)
Set the file format.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.