Interface NavBuilder.PathBuilder<B extends NavBuilder.PathBuilder<B>>

All Superinterfaces:
NavBuilder.Builder<B>
All Known Subinterfaces:
NavBuilder.BrowseRepoResource, NavBuilder.Commit, NavBuilder.Compare, NavBuilder.PluginServlets, NavBuilder.PullRequestCommit, NavBuilder.RevisionBrowse, NavBuilder.RevisionBuilds
Enclosing interface:
NavBuilder

public static interface NavBuilder.PathBuilder<B extends NavBuilder.PathBuilder<B>> extends NavBuilder.Builder<B>
The builder of urls that have a path to a file resource
  • Method Details

    • path

      NavBuilder.PathBuilder<B> path(@Nonnull String... path)
      Parameters:
      path - var args of path elements
      Returns:
      a builder with the file resource path set as supplied
    • path

      NavBuilder.PathBuilder<B> path(@Nonnull Path path)
      Parameters:
      path - the path
      Returns:
      a builder with the file resource path set as supplied