Package com.liferay.portal.kernel.util
Class ClassUtil
Object
com.liferay.portal.kernel.util.ClassUtil
- Author:
- Brian Wing Shun Chan, Sandeep Soni
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClasses(File file) getClasses(Reader reader, String className) static StringgetClassName(Object object) static booleanisSubclass(Class<?> a, Class<?> b) static booleanisSubclass(Class<?> a, String s)
-
Constructor Details
-
ClassUtil
public ClassUtil()
-
-
Method Details
-
getClasses
- Throws:
IOException
-
getClasses
- Throws:
IOException
-
getClassName
-
isSubclass
-
isSubclass
-