public interface TaxRateLookupConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CONFIG_NAME
The name of default configuration
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getConfiguration()
Gets configuration properties
|
java.util.Map<java.lang.String,java.lang.String> |
getConfiguration(java.lang.String label)
Finds property value by the given name
|
ConfigurationHolder |
getConfigurationHolder()
Gets the
ConfigurationHolder |
java.util.List<DataSource> |
getDataSources()
Gets the list of
DataSource |
Preferences |
getPreferences()
Gets the default configuration preferences
|
Preferences |
getPreferences(java.lang.String label)
Finds configuration
Preferences by the given name |
RemoteConfiguration |
getRemoteConfiguration()
Gets the
RemoteConfiguration |
static final java.lang.String DEFAULT_CONFIG_NAME
Preferences getPreferences()
Preferences getPreferences(java.lang.String label)
Preferences by the given namelabel - the configuration namePreferences for the namejava.util.Map<java.lang.String,java.lang.String> getConfiguration()
java.util.Map<java.lang.String,java.lang.String> getConfiguration(java.lang.String label)
label - the name of propertyjava.util.List<DataSource> getDataSources()
DataSourceDataSourceRemoteConfiguration getRemoteConfiguration()
RemoteConfigurationRemoteConfigurationConfigurationHolder getConfigurationHolder()
ConfigurationHolderConfigurationHolder