-
- All Known Subinterfaces:
Context,ContextAwarePropertyContainer
- All Known Implementing Classes:
ContextBase,LoggerContext,ModelInterpretationContext,SaxEventInterpretationContext,TylerConfiguratorBase,VariableSubstitutionsHelper
public interface PropertyContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaddSubstitutionProperties(Properties props)voidaddSubstitutionProperty(String key, String value)Map<String,String>getCopyOfPropertyMap()StringgetProperty(String key)
-
-
-
Method Detail
-
addSubstitutionProperty
void addSubstitutionProperty(String key, String value)
-
getProperty
String getProperty(String key)
-
getCopyOfPropertyMap
Map<String,String> getCopyOfPropertyMap()
-
addSubstitutionProperties
default void addSubstitutionProperties(Properties props)
-
-