public class Settings_impl extends Object implements Settings
| Modifier and Type | Field and Description |
|---|---|
protected static String |
LOG_RESOURCE_BUNDLE |
| Constructor and Description |
|---|
Settings_impl() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getKeys()
Return a set of keys of all properties in the map
|
void |
load(InputStream in)
Load properties from an input stream.
|
void |
loadSystemDefaults()
Load the files specified in the system property UimaExternalOverrides
|
String |
lookUp(String name)
Look up the value for a property.
|
protected static final String LOG_RESOURCE_BUNDLE
public void load(InputStream in) throws IOException
load in interface Settingsin - - Stream holding propertiesIOException - if name characters illegalpublic void loadSystemDefaults()
throws ResourceConfigurationException
loadSystemDefaults in interface SettingsResourceConfigurationException - wraps IOExceptionpublic String lookUp(String name) throws ResourceConfigurationException
lookUp in interface Settingsname - - name to look upResourceConfigurationException - if override variable references undefined variableCopyright © 2006–2024 The Apache Software Foundation. All rights reserved.