Package io.nosqlbench.api.content
Interface NBPathsAPI.GetPrefix
- All Superinterfaces:
NBPathsAPI.DoSearch,NBPathsAPI.GetExtension,NBPathsAPI.GetName
- All Known Subinterfaces:
NBPathsAPI.Facets
- All Known Implementing Classes:
NBIO
- Enclosing interface:
- NBPathsAPI
-
Method Summary
Modifier and TypeMethodDescriptionEach of the prefix paths will be searched if the resource is not found with the exact path given.Methods inherited from interface io.nosqlbench.api.content.NBPathsAPI.DoSearch
first, list, one, relativeTo, resolveEachMethods inherited from interface io.nosqlbench.api.content.NBPathsAPI.GetExtension
extensionMethods inherited from interface io.nosqlbench.api.content.NBPathsAPI.GetName
name, search
-
Method Details
-
prefix
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
-