root Manifest
abstract fun rootManifest(forceRefresh: Boolean, withList: (List<ResolverReference>) -> Unit, failureHandler: (ErrorCode, Throwable?) -> Unit)
Provide the full list of all ResolverReferences in this ModuleRootResolver.
Parameters
force Refresh
true indicates a requirement that the resolver refresh any locally cached list it may have directly from the ModuleRoot source location; false indicates, if there is a cached list, providing the cached list is acceptable.
with List
The lambda that accepts the List of ResolverReferences.