Package de.hybris.bootstrap.ddl
Interface PropertiesLoader
-
- All Known Implementing Classes:
StandalonePropertiesLoader,TenantPropertiesLoader
public interface PropertiesLoaderLoads platform properties forHybrisSchemaGeneratorand allows access to them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetProperty(java.lang.String key)java.lang.StringgetProperty(java.lang.String key, java.lang.String defaultValue)
-