Module prov.model

Class ClassUtils

java.lang.Object
org.openprovenance.apache.commons.lang.ClassUtils

public class ClassUtils extends Object

Operates on classes without using reflection.

This class handles invalid null inputs as best it can. Each method documents its behaviour in more detail.

The notion of a canonical name includes the human readable name for the type, for example int[]. The non-canonical method variants work with the JVM names, such as [I.

Since:
2.0
Version:
$Id: ClassUtils.java 1057072 2011-01-10 01:55:57Z niallp $
Author:
Apache Software Foundation, Gary Gregory, Norm Deane, Alban Peignier, Tomasz Blachowicz