|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResolverUtil.Test | |
|---|---|
| org.apache.servicemix.bean.support | Support classes for the PojoComponent |
| Uses of ResolverUtil.Test in org.apache.servicemix.bean.support |
|---|
| Classes in org.apache.servicemix.bean.support 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.IsA
A Test that checks to see if each class is assignable to the provided class. |
| Methods in org.apache.servicemix.bean.support with parameters of type ResolverUtil.Test | |
|---|---|
protected void |
ResolverUtil.addIfMatching(ResolverUtil.Test test,
java.lang.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,
java.lang.String packageName)
Scans for classes starting at the package provided and descending into subpackages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||