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 TypeMethodDescriptionvoid
setProperties
(Properties aProperties) Sets the properties for theProperties
property.
-
Method Details
-
setProperties
Sets the properties for theProperties
property.- Parameters:
aProperties
- The properties to be stored by theProperties
property.
-