Interface HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>

  • Type Parameters:
    B - The builder which implements the HomePathAccessor.HomePathBuilder.
    Enclosing interface:
    HomePathAccessor


    public static interface HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>>
    Provides a mutator for an home path property.
    • Method Detail

      • withHomePath

        B withHomePath​(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.HomePathBuilder instance to continue configuration.