Uses of Interface
org.apache.camel.util.ResolverUtil.Test

Packages that use ResolverUtil.Test
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of ResolverUtil.Test in org.apache.camel.util
 

Classes in org.apache.camel.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.IsA
          A Test that checks to see if each class is assignable to the provided class.
 

Methods in org.apache.camel.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 packageName)
          Scans for classes starting at the package provided and descending into subpackages.
protected  void ResolverUtil.find(ResolverUtil.Test test, String packageName, ClassLoader loader, boolean osgi)
          Tries to find the reosurce in the package using the class loader.
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.