Interface NBPathsAPI.GetPrefix

All Superinterfaces:
NBPathsAPI.DoSearch, NBPathsAPI.GetExtension, NBPathsAPI.GetName
All Known Subinterfaces:
NBPathsAPI.Facets
All Known Implementing Classes:
NBIO
Enclosing interface:
NBPathsAPI

public static interface NBPathsAPI.GetPrefix
extends NBPathsAPI.GetName
  • Method Details

    • prefix

      NBPathsAPI.GetPrefix prefix​(java.lang.String... prefixPaths)
      Each of the prefix paths will be searched if the resource is not found with the exact path given. To be specific, if you want to search within a location based on wildcards, you must provide a prefix that provides a boundary for the search.
      Parameters:
      prefixPaths - A list of paths to include in the search
      Returns:
      this builder