Package org.refcodes.net
Interface BaseLocatorAccessor.BaseLocatorBuilder<B extends BaseLocatorAccessor.BaseLocatorBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- BaseLocatorAccessor
public static interface BaseLocatorAccessor.BaseLocatorBuilder<B extends BaseLocatorAccessor.BaseLocatorBuilder<B>>Provides a builder method for a base locator property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithBaseLocator(java.lang.String aBaseLocator)Sets the base locator for the base locator property.
-
-
-
Method Detail
-
withBaseLocator
B withBaseLocator(java.lang.String aBaseLocator)
Sets the base locator for the base locator property.- Parameters:
aBaseLocator- The base locator to be stored by the local address property.- Returns:
- The builder for applying multiple build operations.
-
-