Package org.refcodes.mixin
Interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>
-
- Type Parameters:
B- The builder which implements thePathAccessor.PathBuilder.
- Enclosing interface:
- PathAccessor
public static interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>Provides a mutator for an path property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithPath(java.lang.String aPath)Sets the path to use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withPath
B withPath(java.lang.String aPath)
Sets the path to use and returns this builder as of the builder pattern.- Parameters:
aPath- The path to be stored by the path property.- Returns:
- This
PathAccessor.PathBuilderinstance to continue configuration.
-
-