Interface NBPathsAPI.GetPrefixes
- All Superinterfaces:
NBPathsAPI.DoSearch,NBPathsAPI.GetExtensions,NBPathsAPI.GetPathname
- All Known Subinterfaces:
NBPathsAPI.Facets
- All Known Implementing Classes:
NBIO
- Enclosing interface:
NBPathsAPI
-
Method Summary
Modifier and TypeMethodDescriptionsearchPrefixes(String... prefixPaths) Each of the prefix paths will be searched if the resource is not found with the exact path given.Methods inherited from interface io.nosqlbench.nb.api.nbio.NBPathsAPI.DoSearch
first, list, one, relativeTo, resolveEachMethods inherited from interface io.nosqlbench.nb.api.nbio.NBPathsAPI.GetExtensions
extensionSet, extensionSetsMethods inherited from interface io.nosqlbench.nb.api.nbio.NBPathsAPI.GetPathname
pathname, search
-
Method Details
-
searchPrefixes
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
-