com.sun.enterprise.module.bootstrap
Class Which

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

public class Which
extends java.lang.Object

Finds out where a class file is loaded from.

Author:
dochez

Constructor Summary
Which()
           
 
Method Summary
static java.io.File jarFile(java.lang.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 java.io.File jarFile(java.lang.Class clazz)
                            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 Oracle Corporation. All Rights Reserved.