HTOverlayContextManager class

Inheritance

Constructors

HTOverlayContextManager()

Properties

cachedSources Map<String, HTSource>
no setterinherited
contexts Iterable<HTOverlayContext>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isSearchEnabled bool
no setteroverride
onRootsUpdated RootUpdatedCallback?
Set up a callback for root updated event.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addResource(String fullName, HTSource resource) → void
inherited
computeRootsFromFiles(Iterable<String> filePaths) → void
Computes roots from a set of files.
inherited
createContext(String root) HTOverlayContext
override
getResource(String fullName, {bool reload = false}) HTSource?
Try to get a source by a unique key.
inherited
hasResource(String fullName) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeResource(String fullName) → void
inherited
setRoots(Iterable<String> folderPaths) → void
Create context from a set of folders.
inherited
toString() String
A string representation of this object.
inherited
updateResource(String fullName, HTSource resource) → void
inherited

Operators

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