Module org.refcodes.properties
Package org.refcodes.properties
Interface PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- PropertiesNotationAccessor
public static interface PropertiesNotationAccessor.PropertiesNotationBuilder<B extends PropertiesNotationAccessor.PropertiesNotationBuilder<B>>
Provides a builder method for a
PropertiesNotation property
returning the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithPropertiesNotation(PropertiesNotation aPropertiesNotation) Sets the properties notation for thePropertiesNotationproperty.
-
Method Details
-
withPropertiesNotation
Sets the properties notation for thePropertiesNotationproperty.- Parameters:
aPropertiesNotation- The properties notation to be stored by thePropertiesNotationproperty.- Returns:
- The builder for applying multiple build operations.
-