|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResolverUtil.Test | |
---|---|
com.opensymphony.xwork2.util | XWork util classes. |
Uses of ResolverUtil.Test in com.opensymphony.xwork2.util |
---|
Classes in com.opensymphony.xwork2.util that implement ResolverUtil.Test | |
---|---|
static class |
ResolverUtil.AnnotatedWith
A Test that checks to see if each class is annotated with a specific annotation. |
static class |
ResolverUtil.ClassTest
|
static class |
ResolverUtil.IsA
A Test that checks to see if each class is assignable to the provided class. |
static class |
ResolverUtil.NameEndsWith
A Test that checks to see if each class name ends with the provided suffix. |
static class |
ResolverUtil.NameIs
|
static class |
ResolverUtil.ResourceTest
|
Methods in com.opensymphony.xwork2.util with parameters of type ResolverUtil.Test | |
---|---|
protected 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. |
private boolean |
ResolverUtil.isTestApplicable(ResolverUtil.Test test,
String path)
|
private void |
ResolverUtil.loadImplementationsInDirectory(ResolverUtil.Test test,
String parent,
File location)
Finds matches in a physical directory on a filesystem. |
private void |
ResolverUtil.loadImplementationsInJar(ResolverUtil.Test test,
String parent,
File jarfile)
Finds matching classes within a jar files that contains a folder structure matching the package structure. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |