com.sun.enterprise.module.bootstrap
Class Which

java.lang.Object
  extended by com.sun.enterprise.module.bootstrap.Which

public class Which
extends Object

Finds out where a class file is loaded from.

Author:
dochez

Constructor Summary
Which()
           
 
Method Summary
static File jarFile(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Which

public Which()
Method Detail

jarFile

public static File jarFile(Class clazz)
                    throws IOException
Throws:
IOException


Copyright © 2013 Oracle Corporation. All Rights Reserved.