Package io.deephaven.plugin.js
Interface Paths
public interface Paths
The subset of paths to serve, see
JsPlugin.paths()
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Paths
all()
Includes all paths.static Paths
ofPrefixes
(Iterable<? extends Path> prefixes) Includes only the paths that are prefixed by one ofprefixes
.static Paths
ofPrefixes
(Path prefix) Includes only the paths that are prefixed byprefix
.static Paths
ofPrefixes
(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
-