org.apache.openejb.loader
Class JarLocation

java.lang.Object
  extended by org.apache.openejb.loader.JarLocation

public class JarLocation
extends Object

Version:
$Rev$ $Date$

Constructor Summary
JarLocation()
           
 
Method Summary
static String decode(String fileName)
           
static File get()
           
static File jarLocation(Class clazz)
           
static File toFile(String classFileName, URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarLocation

public JarLocation()
Method Detail

get

public static File get()

jarLocation

public static File jarLocation(Class clazz)

toFile

public static File toFile(String classFileName,
                          URL url)

decode

public static String decode(String fileName)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.