Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesAccessor.PropertiesProperty
- All Superinterfaces:
PropertiesAccessor,PropertiesAccessor.PropertiesMutator
- Enclosing interface:
- PropertiesAccessor
public static interface PropertiesAccessor.PropertiesProperty
extends PropertiesAccessor, PropertiesAccessor.PropertiesMutator
Provides a
Properties property.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.properties.PropertiesAccessor
PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>>, PropertiesAccessor.PropertiesMutator, PropertiesAccessor.PropertiesProperty -
Method Summary
Modifier and TypeMethodDescriptiondefault PropertiesletProperties(Properties aProperties) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenProperties(setter) as ofPropertiesAccessor.PropertiesMutator.setProperties(Properties)and returns the very same value (getter).Methods inherited from interface org.refcodes.properties.PropertiesAccessor
getPropertiesMethods inherited from interface org.refcodes.properties.PropertiesAccessor.PropertiesMutator
setProperties
-
Method Details
-
letProperties
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenProperties(setter) as ofPropertiesAccessor.PropertiesMutator.setProperties(Properties)and returns the very same value (getter).- Parameters:
aProperties- ThePropertiesto set (viaPropertiesAccessor.PropertiesMutator.setProperties(Properties)).- Returns:
- Returns the value passed for it to be used in conclusive processing steps.
-