Interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>

  • Type Parameters:
    B - The builder which implements the PathAccessor.PathBuilder.
    Enclosing interface:
    PathAccessor


    public static interface PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>
    Provides a mutator for an path property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      B withPath​(java.lang.String aPath)
      Sets the path to use and returns this builder as of the builder pattern.
    • Method Detail

      • withPath

        B withPath​(java.lang.String aPath)
        Sets the path to use and returns this builder as of the builder pattern.
        Parameters:
        aPath - The path to be stored by the path property.
        Returns:
        This PathAccessor.PathBuilder instance to continue configuration.