Package | Description |
---|---|
com.typesafe.config.impl |
Internal implementation details that can change ABI at any time.
|
Modifier and Type | Method and Description |
---|---|
static Parseable |
Parseable.newFile(File input,
ConfigParseOptions options) |
static Parseable |
Parseable.newNotFound(String whatNotFound,
String message,
ConfigParseOptions options) |
static Parseable |
Parseable.newProperties(Properties properties,
ConfigParseOptions options) |
static Parseable |
Parseable.newReader(Reader reader,
ConfigParseOptions options) |
static Parseable |
Parseable.newResources(Class<?> klass,
String resource,
ConfigParseOptions options) |
static Parseable |
Parseable.newResources(String resource,
ConfigParseOptions options) |
static Parseable |
Parseable.newString(String input,
ConfigParseOptions options) |
static Parseable |
Parseable.newURL(URL input,
ConfigParseOptions options) |
Copyright © 2018 com.typesafe. All rights reserved.