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

    Modifier and Type
    Method
    Description
    withBaseLocator(String aBaseLocator)
    Sets the base locator for the base locator property.
  • Method Details

    • withBaseLocator

      B withBaseLocator(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.