public abstract class AbstractionConfiguration extends Object
| Constructor and Description |
|---|
AbstractionConfiguration(String name,
Map<String,String> configurationValues) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAsMap() |
Properties |
getAsProperties() |
boolean |
getBoolean(String key,
Boolean defValue) |
File |
getConfigFile(String key,
String defValue,
RuntimeConfiguration configuration) |
File |
getDataDir(String key,
String defValue,
RuntimeConfiguration configuration,
boolean checkExists) |
File |
getDataFile(String key,
String defValue,
RuntimeConfiguration configuration,
boolean checkExists) |
int |
getInt(String key,
Integer defValue) |
long |
getLong(String key,
Long defValue) |
String |
getName() |
Set<String> |
getPropertyKeys() |
String |
getString(String key,
String defValue) |
String[] |
getStringArray(String key,
String defValue) |
boolean |
hasProperty(String key) |
public String getName()
public Properties getAsProperties()
public boolean hasProperty(String key)
public File getConfigFile(String key, String defValue, RuntimeConfiguration configuration)
public File getDataDir(String key, String defValue, RuntimeConfiguration configuration, boolean checkExists)
public File getDataFile(String key, String defValue, RuntimeConfiguration configuration, boolean checkExists)
Copyright © 2011–2016 Strolch. All rights reserved.