Uses of Class
net.sf.mmm.util.reflect.api.TypeNotFoundException

Packages that use TypeNotFoundException
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
 

Uses of TypeNotFoundException in net.sf.mmm.util.reflect.api
 

Methods in net.sf.mmm.util.reflect.api that throw TypeNotFoundException
 Set<Class<?>> ReflectionUtil.loadClasses(Collection<String> qualifiedClassNames)
          This method loads the classes given as Collection of fully qualified names by qualifiedClassNames and returns them as Set.
 Set<Class<?>> ReflectionUtil.loadClasses(Collection<String> classNames, ClassResolver classResolver, Filter<? super Class<?>> filter)
          This method loads the classes given as Collection of names by classNames using the given classResolver.
 Set<Class<?>> ReflectionUtil.loadClasses(Collection<String> qualifiedClassNames, Filter<? super Class<?>> filter)
          This method loads the classes given as Collection of fully qualified names by qualifiedClassNames.
 Class<?> ClassResolver.resolveClass(String name)
          This method resolves the class with the given name.
 Type ReflectionUtil.toType(String type)
          This method is the analogy to Class.forName(String) for creating a Type instance from String.
 Type ReflectionUtil.toType(String type, ClassResolver resolver)
          This method is the analogy to Class.forName(String) for creating a Type instance from String.
 



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