Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- PropertiesAccessor
public static interface PropertiesAccessor.PropertiesBuilder<B extends PropertiesAccessor.PropertiesBuilder<B>>
Provides a builder method for a
Properties property returning the
builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(Properties aProperties) Sets the properties for thePropertiesproperty.
-
Method Details
-
withProperties
Sets the properties for thePropertiesproperty.- Parameters:
aProperties- The properties to be stored by thePropertiesproperty.- Returns:
- The builder for applying multiple build operations.
-