Package org.refcodes.rest
Interface HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>
-
- Type Parameters:
B- The builder which implements theHomePathAccessor.HomePathBuilder.
- Enclosing interface:
- HomePathAccessor
public static interface HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>Provides a mutator for an home path property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithHomePath(java.lang.String aHomePath)Sets the home path to use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withHomePath
B withHomePath(java.lang.String aHomePath)
Sets the home path to use and returns this builder as of the builder pattern.- Parameters:
aHomePath- The home path to be stored by the home path property.- Returns:
- This
HomePathAccessor.HomePathBuilderinstance to continue configuration.
-
-