Package com.tngtech.archunit.core.importer.resolvers
package com.tngtech.archunit.core.importer.resolvers
-
ClassDescriptionThe
ClassFileImporterwill use the configuredClassResolver, to determine how to resolve further dependencies.
For example, if you import the packagecom.foo.bar, and some classcom.foo.bar.FooBarcalls a method ofcom.other.Dependency, theClassResolverwill decide how this dependency should be treated, i.e.Provides a way to import a JavaClass from a givenURI.AClassResolverthat tries to locate missing dependencies on the classpath.Only resolves classes from classpath that are beneath the configuredSelectedClassResolverFromClasspath.packageRoots.