Package io.deephaven.uri
Class ResolveTools
java.lang.Object
io.deephaven.uri.ResolveTools
The top-level entrypoint for resolving
URIs
into objects
. Uses the global URI resolvers
instance from UriResolversInstance.get()
.
The exact logic will depend on which URI resolvers
are installed.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResolveTools
public ResolveTools()
-
-
Method Details
-
resolve
Resolves theuri
into an object.- Parameters:
uri
- the URI- Returns:
- the object
- Throws:
InterruptedException
-
resolve
Resolves theuri
into an object.- Parameters:
uri
- the URI- Returns:
- the object
- Throws:
InterruptedException
-