Interface HomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>>

  • Type Parameters:
    B - The builder which implements the HomeUrlAccessor.HomeUrlBuilder.
    Enclosing interface:
    HomeUrlAccessor


    public static interface HomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>>
    Provides a mutator for an home Url property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withHomeUrl​(org.refcodes.net.Url aHomeUrl)
      Sets the home Url to use and returns this builder as of the builder pattern.
    • Method Detail

      • withHomeUrl

        B withHomeUrl​(org.refcodes.net.Url aHomeUrl)
        Sets the home Url to use and returns this builder as of the builder pattern.
        Parameters:
        aHomeUrl - The home Url to be stored by the home Url property.
        Returns:
        This HomeUrlAccessor.HomeUrlBuilder instance to continue configuration.