Package io.deephaven.uri
Class StructuredUriBase
java.lang.Object
io.deephaven.uri.StructuredUriBase
- All Implemented Interfaces:
StructuredUri
- Direct Known Subclasses:
CustomUri
,DeephavenUriBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.uri.StructuredUri
StructuredUri.Visitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal RemoteUri
target
(DeephavenTarget target) Wraps upthis
URI as aremote URI
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.uri.StructuredUri
toString, toURI, walk
-
Constructor Details
-
StructuredUriBase
public StructuredUriBase()
-
-
Method Details
-
target
Description copied from interface:StructuredUri
Wraps upthis
URI as aremote URI
.- Specified by:
target
in interfaceStructuredUri
- Parameters:
target
- the target- Returns:
- the remote URI
-