jaxx.compiler.reflect.resolvers
Class ClassDescriptorResolverFromJaxxFile
java.lang.Object
jaxx.compiler.reflect.ClassDescriptorResolver
jaxx.compiler.reflect.resolvers.ClassDescriptorResolverFromJaxxFile
public class ClassDescriptorResolverFromJaxxFile
- extends ClassDescriptorResolver
To obtain a class descriptor from a java source file.
- Since:
- 2.0.2
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassDescriptorResolverFromJaxxFile
public ClassDescriptorResolverFromJaxxFile()
resolvDescriptor
public ClassDescriptor resolvDescriptor(String className,
URL source)
throws ClassNotFoundException
- Specified by:
resolvDescriptor in class ClassDescriptorResolver
- Parameters:
className - the fully qualified name of the classsource - the source of the class (java file, jaxx file, class)
- Returns:
- the descriptor of the given class
- Throws:
ClassNotFoundException - if class descriptor could not be found.
Copyright © 2008-2010 CodeLutin. All Rights Reserved.