Uses of Interface
thewebsemantic.ResolverUtil.Test
-
Packages that use ResolverUtil.Test Package Description thewebsemantic -
-
Uses of ResolverUtil.Test in thewebsemantic
Classes in thewebsemantic that implement ResolverUtil.Test Modifier and Type Class Description static classResolverUtil.AnnotatedWithA Test that checks to see if each class is annotated with a specific annotation.static classResolverUtil.IsAA Test that checks to see if each class is assignable to the provided class.Methods in thewebsemantic with parameters of type ResolverUtil.Test Modifier and Type Method Description protected voidResolverUtil. addIfMatching(ResolverUtil.Test test, String fqn)Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.ResolverUtil<T>ResolverUtil. find(ResolverUtil.Test test, String packageName)Scans for classes starting at the package provided and descending into subpackages.
-