| |
|
| java.lang.Object net.sourceforge.pmd.util.ClassUtil
ClassUtil | public class ClassUtil (Code) | | Various class-related utility methods
author: Brian Remedios |
getPrimitiveTypeFor | public static Class getPrimitiveTypeFor(String name)(Code) | | Returns the type(class) for the name specified
or null if not found.
Parameters: name - String Class |
getTypeFor | public static Class getTypeFor(String shortName)(Code) | | Attempt to determine the actual class given the short name.
Parameters: shortName - String Class |
withoutPackageName | public static String withoutPackageName(String fullTypeName)(Code) | | Returns the abbreviated name of the type,
without the package name
Parameters: fullTypeName - String |
|
|
|