@Private
public class ClassUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
ClassUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
findClassLocation(java.lang.Class<?> clazz) |
Find the absolute location of the class.
|
static java.lang.String |
findContainingJar(java.lang.Class<?> clazz) |
Find a jar that contains a class of the same name, if any.
|
public static java.lang.String findContainingJar(java.lang.Class<?> clazz)
clazz - the class to find.public static java.lang.String findClassLocation(java.lang.Class<?> clazz)
clazz - the class to find.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.