org.openejb.util
Class JarUtils

java.lang.Object
  extended byorg.openejb.util.JarUtils

public class JarUtils
extends Object


Constructor Summary
JarUtils()
           
 
Method Summary
static void addFileToJar(String jarFile, String file)
           
static ClassLoader getContextClassLoader()
           
static File getJarContaining(String path)
           
static JarFile getJarFile(String jarFile)
           
static void setHandlerSystemProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarUtils

public JarUtils()
Method Detail

setHandlerSystemProperty

public static void setHandlerSystemProperty()

getJarContaining

public static File getJarContaining(String path)
                             throws OpenEJBException
Throws:
OpenEJBException

addFileToJar

public static void addFileToJar(String jarFile,
                                String file)
                         throws OpenEJBException
Throws:
OpenEJBException

getJarFile

public static JarFile getJarFile(String jarFile)
                          throws OpenEJBException
Throws:
OpenEJBException

getContextClassLoader

public static ClassLoader getContextClassLoader()


Copyright © 1999-2005 OpenEJB. All Rights Reserved.