getResolverReference

open fun getResolverReference(qualifiedName: String): ResolverReference?

Answer the ResolverReference for the given qualified file name for a a file in moduleRoot.

This should not make async calls. Either the ModuleRootResolver has it readily available or it does not.

Return

The ResolverReference or null if not presently available.

Parameters

qualifiedName

The qualified name of the target file.