rootManifest

abstract fun rootManifest(    forceRefresh: Boolean,     withList: (List<ResolverReference>) -> Unit,     failureHandler: (ErrorCode, Throwable?) -> Unit)

Provide the full list of all ResolverReferences in this ModuleRootResolver.

Parameters

forceRefresh

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.

withList

The lambda that accepts the List of ResolverReferences.

failureHandler

A function that accepts a ErrorCode that describes the nature of the failure and a nullableThrowable.