Package io.nosqlbench.nb.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
public static interface NBPathsAPI.GetPrefix extends NBPathsAPI.GetName
-
Method Summary
Modifier and Type Method Description NBPathsAPI.GetPrefixprefix(java.lang.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.content.NBPathsAPI.DoSearch
first, list, one, relativeTo, resolveEach
-
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
-