Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesAccessor.PropertiesMutator
- All Known Subinterfaces:
PropertiesAccessor.PropertiesProperty
- Enclosing interface:
- PropertiesAccessor
public static interface PropertiesAccessor.PropertiesMutator
Provides a mutator for a
Properties property.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperties(Properties aProperties) Sets the properties for thePropertiesproperty.
-
Method Details
-
setProperties
Sets the properties for thePropertiesproperty.- Parameters:
aProperties- The properties to be stored by thePropertiesproperty.
-