Package io.deephaven.plugin.js
Interface Paths
public interface Paths
The subset of paths to serve, see
JsPlugin.paths().-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Pathsall()Includes all paths.static PathsofPrefixes(Iterable<? extends Path> prefixes) Includes only the paths that are prefixed by one ofprefixes.static PathsofPrefixes(Path prefix) Includes only the paths that are prefixed byprefix.static PathsofPrefixes(Path... prefixes) Includes only the paths that are prefixed by one ofprefixes.
-
Method Details
-
all
Includes all paths.- Returns:
- the paths
-
ofPrefixes
Includes only the paths that are prefixed byprefix.- Parameters:
prefix- the prefix- Returns:
- the paths
-
ofPrefixes
Includes only the paths that are prefixed by one ofprefixes.- Parameters:
prefixes- the prefixes- Returns:
- the paths
-
ofPrefixes
Includes only the paths that are prefixed by one ofprefixes.- Parameters:
prefixes- the prefixes- Returns:
- the paths
-