Class AbstractConfigLookup
java.lang.Object
de.hybris.platform.acceleratorservices.config.impl.AbstractConfigLookup
- All Implemented Interfaces:
ConfigLookup
- Direct Known Subclasses:
DefaultHostConfigService.HostConfigLookup,DefaultSiteConfigService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String key, boolean defaultValue) doubleintlongprotected abstract StringgetProperty(String property)
-
Constructor Details
-
AbstractConfigLookup
public AbstractConfigLookup()
-
-
Method Details
-
getProperty
-
getInt
- Specified by:
getIntin interfaceConfigLookup
-
getLong
- Specified by:
getLongin interfaceConfigLookup
-
getDouble
- Specified by:
getDoublein interfaceConfigLookup
-
getBoolean
- Specified by:
getBooleanin interfaceConfigLookup
-
getString
- Specified by:
getStringin interfaceConfigLookup
-