BazelResolver class

Bazel URI resolver.

Inheritance

Constructors

BazelResolver({String workspacePath = ''})
Creates a Bazel resolver with the specified workspace path, if any.

Properties

failed List<String>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
packagePath String?
finalinherited
packagesPath String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkRoot String?
finalinherited
workspacePath String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(String scriptUri) String?
Returns the absolute path wrt. to the given environment or null, if the import could not be resolved.
override
Returns a canonicalized path, or null if the path cannot be resolved.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited