Class UriUtils
java.lang.Object
no.hasmac.jsonld.uri.UriUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic URIstatic booleanendsWithGenDelim(String uri) Check if the provided URI ends with generic delimiter.static booleanisAbsoluteUri(String uri) Deprecated.since 1.3.0static booleanisAbsoluteUri(String uri, boolean validate) protected static booleanstatic booleanisNotAbsoluteUri(String uri) Deprecated.since 1.3.0static booleanisNotAbsoluteUri(String uri, boolean validate) protected static booleanisNotDefined(String value) static booleanstatic booleanprotected static Stringprotected static Stringprotected static Stringprotected static String
-
Method Details
-
isURI
-
create
-
endsWithGenDelim
Check if the provided URI ends with generic delimiter.- Parameters:
uri- to check- Returns:
trueif the provided URI ends with delimiter- See Also:
-
isNotURI
-
isNotAbsoluteUri
Deprecated.since 1.3.0Deprecated in favor ofisNotAbsoluteUri(String, boolean)- Parameters:
uri- to check- Returns:
trueif the given URI is not absolute
-
isNotAbsoluteUri
-
isAbsoluteUri
Deprecated.since 1.3.0Deprecated in favor ofisAbsoluteUri(String, boolean)- Parameters:
uri- to check- Returns:
trueif the given URI is absolute
-
isAbsoluteUri
-
recompose
-
recompose
-
recompose
-
recompose
-
isDefined
-
isNotDefined
-