Uses of Interface
org.apache.struts2.util.ResolverUtil.Test
Packages that use ResolverUtil.Test
-
Uses of ResolverUtil.Test in org.apache.struts2.util
Classes in org.apache.struts2.util that implement ResolverUtil.TestModifier and TypeClassDescriptionstatic class
A Test that checks to see if each class is annotated with a specific annotation.static class
static class
A Test that checks to see if each class is assignable to the provided class.static class
A Test that checks to see if each class name ends with the provided suffix.static class
static class
Methods in org.apache.struts2.util with parameters of type ResolverUtil.TestModifier and TypeMethodDescriptionprotected void
ResolverUtil.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.void
ResolverUtil.find
(ResolverUtil.Test test, String... packageNames) Attempts to discover classes that pass the test.void
ResolverUtil.findInPackage
(ResolverUtil.Test test, String packageName) Scans for classes starting at the package provided and descending into subpackages.