ResolvedUriManager class final
Manager for handling package Uri lookup and caching.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchFileUris(
String isolateId, List< String> packageUris) → Future<void> -
Calls out to the
VMService
to lookup package uri to full file path mappings -
fetchPackageUris(
String isolateId, List< String> uris) → Future<void> -
Calls out to the
VmService
to lookup unknown full file path to package uri mappings. -
lookupFileUri(
String isolateId, String packageUri) → String? -
lookupPackageUri(
String isolateId, String fileUri) → String? - Returns a package uri for the given uri, if one exists in the cache.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
vmServiceClosed(
) → void - Cleans up the resources of the ResolvedUriManager
-
vmServiceOpened(
VmService service) → void - Initializes the ResolvedUriManager
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited