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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RemoteUritarget(DeephavenTarget target) Wraps upthisURI as aremote URI.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.uri.StructuredUri
toString, toURI, walk
-
Constructor Details
-
StructuredUriBase
public StructuredUriBase()
-
-
Method Details
-
target
Description copied from interface:StructuredUriWraps upthisURI as aremote URI.- Specified by:
targetin interfaceStructuredUri- Parameters:
target- the target- Returns:
- the remote URI
-