Uses of Class
net.sourceforge.stripes.util.ResolverUtil

Packages that use ResolverUtil
net.sourceforge.stripes.util This package contains various utility classes that are used to implement Stripes. 
 

Uses of ResolverUtil in net.sourceforge.stripes.util
 

Methods in net.sourceforge.stripes.util that return ResolverUtil
 ResolverUtil<T> ResolverUtil.find(ResolverUtil.Test test, String packageName)
          Scans for classes starting at the package provided and descending into subpackages.
 ResolverUtil<T> ResolverUtil.findAnnotated(Class<? extends Annotation> annotation, String... packageNames)
          Attempts to discover classes that are annotated with the annotation.
 ResolverUtil<T> ResolverUtil.findImplementations(Class<?> parent, String... packageNames)
          Attempts to discover classes that are assignable to the type provided.
 



? Copyright 2005-2006, Stripes Development Team.