Class JsonLdUrl
java.lang.Object
com.github.jsonldjava.utils.JsonLdUrl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JsonLdUrlprivate static voidparseAuthority(JsonLdUrl parsed) Parses the authority for the pre-parsed given JsonLdUrl.static StringremoveBase(Object baseobj, String iri) static StringremoveDotSegments(String path, boolean hasAuthority) Removes dot segments from a JsonLdUrl path.static String
-
Field Details
-
href
-
protocol
-
host
-
auth
-
user
-
password
-
hostname
-
port
-
relative
-
path
-
directory
-
file
-
query
-
hash
-
pathname
-
normalizedPath
-
authority
-
parser
-
-
Constructor Details
-
JsonLdUrl
public JsonLdUrl()
-
-
Method Details
-
parse
-
removeDotSegments
-
removeBase
-
resolve
-
parseAuthority
Parses the authority for the pre-parsed given JsonLdUrl.- Parameters:
parsed- the pre-parsed JsonLdUrl.
-