Package org.eclipse.lemminx.uriresolver
Class ResolvedURIInfo
java.lang.Object
org.eclipse.lemminx.uriresolver.ResolvedURIInfo
Resolver URI information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the resolved URI.Returns the resolver nameURIResolverExtension.getName()(ex : 'default', 'file association) used to resolve the URI.
-
Constructor Details
-
ResolvedURIInfo
-
-
Method Details
-
getResolvedURI
Returns the resolved URI.- Returns:
- the resolved URI.
-
getResolverName
Returns the resolver nameURIResolverExtension.getName()(ex : 'default', 'file association) used to resolve the URI.- Returns:
- the resolver name
URIResolverExtension.getName()(ex : 'default', 'file association) used to resolve the URI.
-