Uses of Interface
net.sf.mmm.util.reflect.base.ResourceVisitor

Packages that use ResourceVisitor
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
 

Uses of ResourceVisitor in net.sf.mmm.util.reflect.base
 

Classes in net.sf.mmm.util.reflect.base that implement ResourceVisitor
 class ClassNameCollector
          This is an implementation of the ResourceVisitor interface that collects the names of all classes accepted by a given filter in a Set.
 class ResourceCollector
          This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
 class ResourceNameCollector
          This is an implementation of the ResourceVisitor interface that collects the names of all resources accepted by a given filter in a Set.
 

Methods in net.sf.mmm.util.reflect.base with parameters of type ResourceVisitor
 void ReflectionUtilImpl.visitResourceNames(String packageName, boolean includeSubPackages, ClassLoader classLoader, ResourceVisitor visitor)
          This method does the actual magic to locate resources on the classpath.
private static void ReflectionUtilImpl.visitResources(File packageDirectory, StringBuilder qualifiedNameBuilder, int qualifiedNamePrefixLength, ResourceVisitor visitor)
          This method scans the given packageDirectory recursively for resources.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.