public class JarUtil extends Object
Constructor and Description |
---|
JarUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
findContainingJar(Class my_class)
Find a jar that contains a class of the same name, if any.
|
public static String findContainingJar(Class my_class)
my_class
- the class to find.IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.