public final class Configs extends Object
Constructor and Description |
---|
Configs() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(com.typesafe.config.Config config,
String path) |
boolean |
getBoolean(com.typesafe.config.Config config,
String path,
boolean defaults) |
Charset |
getCharset(com.typesafe.config.Config config,
String path,
Charset defaults) |
com.typesafe.config.Config |
getConfig(com.typesafe.config.Config config,
String path) |
com.typesafe.config.Config |
getConfig(com.typesafe.config.Config config,
String path,
com.typesafe.config.Config defaults) |
List<? extends com.typesafe.config.Config> |
getConfigList(com.typesafe.config.Config config,
String path) |
List<? extends com.typesafe.config.Config> |
getConfigList(com.typesafe.config.Config config,
String path,
List<? extends com.typesafe.config.Config> defaults) |
double |
getDouble(com.typesafe.config.Config config,
String path) |
double |
getDouble(com.typesafe.config.Config config,
String path,
double defaults) |
Set<Map.Entry<String,Object>> |
getEntrySet(com.typesafe.config.Config config) |
int |
getInt(com.typesafe.config.Config config,
String path) |
int |
getInt(com.typesafe.config.Config config,
String path,
int defaults) |
Locale |
getLocale(com.typesafe.config.Config config,
String path) |
Locale |
getLocale(com.typesafe.config.Config config,
String path,
Locale defaults) |
long |
getLong(com.typesafe.config.Config config,
String path) |
long |
getLong(com.typesafe.config.Config config,
String path,
long defaults) |
long |
getNanoseconds(com.typesafe.config.Config config,
String path) |
long |
getNanoseconds(com.typesafe.config.Config config,
String path,
long defaults) |
String |
getString(com.typesafe.config.Config config,
String path) |
String |
getString(com.typesafe.config.Config config,
String path,
String defaults) |
List<String> |
getStringList(com.typesafe.config.Config config,
String path) |
List<String> |
getStringList(com.typesafe.config.Config config,
String path,
List<String> defaults) |
TimeUnit |
getTimeUnit(com.typesafe.config.Config config,
String path) |
TimeUnit |
getTimeUnit(com.typesafe.config.Config config,
String path,
TimeUnit defaults) |
TimeUnit |
getTimeUnit(String str) |
void |
validateArguments(com.typesafe.config.Config config) |
public void validateArguments(com.typesafe.config.Config config)
public List<String> getStringList(com.typesafe.config.Config config, String path, List<String> defaults)
public List<? extends com.typesafe.config.Config> getConfigList(com.typesafe.config.Config config, String path, List<? extends com.typesafe.config.Config> defaults)
public List<? extends com.typesafe.config.Config> getConfigList(com.typesafe.config.Config config, String path)
public com.typesafe.config.Config getConfig(com.typesafe.config.Config config, String path, com.typesafe.config.Config defaults)
public com.typesafe.config.Config getConfig(com.typesafe.config.Config config, String path)
public boolean getBoolean(com.typesafe.config.Config config, String path, boolean defaults)
public boolean getBoolean(com.typesafe.config.Config config, String path)
public int getInt(com.typesafe.config.Config config, String path, int defaults)
public int getInt(com.typesafe.config.Config config, String path)
public long getLong(com.typesafe.config.Config config, String path, long defaults)
public long getLong(com.typesafe.config.Config config, String path)
public double getDouble(com.typesafe.config.Config config, String path, double defaults)
public double getDouble(com.typesafe.config.Config config, String path)
public Charset getCharset(com.typesafe.config.Config config, String path, Charset defaults)
public long getNanoseconds(com.typesafe.config.Config config, String path, long defaults)
public long getNanoseconds(com.typesafe.config.Config config, String path)
public TimeUnit getTimeUnit(com.typesafe.config.Config config, String path, TimeUnit defaults)
Copyright © 2013–2015. All rights reserved.