public static class TypeSet.FullyQualifiedNameResolver extends TypeSet.AbstractResolver
pmdClassLoader
Constructor and Description |
---|
FullyQualifiedNameResolver(PMDASMClassLoader pmdClassLoader)
Creates a
TypeSet.FullyQualifiedNameResolver |
Modifier and Type | Method and Description |
---|---|
Class<?> |
resolve(String name)
Resolve the class by the given name
|
public FullyQualifiedNameResolver(PMDASMClassLoader pmdClassLoader)
TypeSet.FullyQualifiedNameResolver
pmdClassLoader
- the class loader to usepublic Class<?> resolve(String name) throws ClassNotFoundException
TypeSet.Resolver
name
- the name of the class, might be fully classified or not.ClassNotFoundException
- if the class couldn't be foundCopyright © 2002–2015 InfoEther. All rights reserved.