Package io.deephaven.uri
Class FieldUri
java.lang.Object
io.deephaven.uri.StructuredUriBase
io.deephaven.uri.DeephavenUriBase
io.deephaven.uri.FieldUri
- All Implemented Interfaces:
DeephavenUri,StructuredUri
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.uri.StructuredUri
StructuredUri.Visitor -
Field Summary
FieldsFields inherited from interface io.deephaven.uri.DeephavenUri
LOCAL_SCHEME, PLAINTEXT_SCHEME, SECURE_SCHEME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringThe field name.static booleanisValidScheme(String scheme) static booleanisWellFormed(URI uri) static FieldUristatic FieldUriParses theURIinto a field URI.final StringtoString()The URI string.final <V extends StructuredUri.Visitor>
Vwalk(V visitor) Methods inherited from class io.deephaven.uri.DeephavenUriBase
toURIMethods inherited from class io.deephaven.uri.StructuredUriBase
targetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.uri.StructuredUri
target
-
Field Details
-
PATH_PATTERN
-
-
Constructor Details
-
FieldUri
public FieldUri()
-
-
Method Details
-
of
-
isValidScheme
-
isWellFormed
-
of
Parses theURIinto a field URI. The format looks likedh:///field/${fieldName}.- Parameters:
uri- the URI- Returns:
- the field URI
-
fieldName
The field name.- Returns:
- the field name
-
walk
-
toString
Description copied from interface:StructuredUriThe URI string.- Specified by:
toStringin interfaceStructuredUri- Specified by:
toStringin classDeephavenUriBase- Returns:
- the URI string
-