Uses of Interface
io.nosqlbench.nb.api.content.NBPathsAPI.GetPrefix
| Package | Description |
|---|---|
| io.nosqlbench.nb.api.content |
-
Uses of NBPathsAPI.GetPrefix in io.nosqlbench.nb.api.content
Subinterfaces of NBPathsAPI.GetPrefix in io.nosqlbench.nb.api.content Modifier and Type Interface Description static interfaceNBPathsAPI.FacetsClasses in io.nosqlbench.nb.api.content that implement NBPathsAPI.GetPrefix Modifier and Type Class Description classNBIONBIO is a helper utility packaged as a search builder and fluent API.Methods in io.nosqlbench.nb.api.content that return NBPathsAPI.GetPrefix Modifier and Type Method Description static NBPathsAPI.GetPrefixNBIO. all()Search for named resources everywhere: URLs, filesystem, classpathNBPathsAPI.GetPrefixNBIO. allContent()NBPathsAPI.GetPrefixNBPathsAPI.GetSource. allContent()Return content from everywhere, from remote URls, or from the file system and then the internal bundled content if not found in the file system first.static NBPathsAPI.GetPrefixNBIO. classpath()Search for named resources in the classpathNBPathsAPI.GetPrefixNBIO. fileContent()NBPathsAPI.GetPrefixNBPathsAPI.GetSource. fileContent()Only return content from the filesystem, but not remote URLs nor internal bundled resources.static NBPathsAPI.GetPrefixNBIO. fs()Search for named resources on the filesystemNBPathsAPI.GetPrefixNBIO. internalContent()NBPathsAPI.GetPrefixNBPathsAPI.GetSource. internalContent()Only return content from the runtime classpath, internal resources that are bundled, and do not return content on the file system.static NBPathsAPI.GetPrefixNBIO. local()Search for named resources locally: filesystem, classpathNBPathsAPI.GetPrefixNBIO. localContent()NBPathsAPI.GetPrefixNBPathsAPI.GetSource. localContent()Only provide content from the class path and the local filesystem.NBPathsAPI.GetPrefixNBIO. prefix(java.lang.String... searchPaths)NBPathsAPI.GetPrefixNBPathsAPI.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.static NBPathsAPI.GetPrefixNBIO. remote()Search for named resources only in URLsNBPathsAPI.GetPrefixNBIO. remoteContent()NBPathsAPI.GetPrefixNBPathsAPI.GetSource. remoteContent()Only return content from remote URLs.