Interface SchemeAccessor.SchemeBuilder<B extends SchemeAccessor.SchemeBuilder<B>>

    • Method Detail

      • withScheme

        B withScheme​(org.refcodes.data.Scheme aScheme)
        Sets the UrlScheme for the URL scheme.
        Parameters:
        aScheme - The UrlScheme to be stored by the URL scheme.
        Returns:
        The builder for applying multiple build operations.
      • withProtocol

        B withProtocol​(java.lang.String aProtocol)
        Sets the protocol for the URL scheme.
        Parameters:
        aProtocol - The protocol to be stored by the URL scheme.
        Returns:
        The builder for applying multiple build operations.