org.apache.openejb.util
Class JarUtils

java.lang.Object
  extended by org.apache.openejb.util.JarUtils

public class JarUtils
extends Object

Version:
$Rev: 546178 $ $Date: 2007-06-11 17:58:12 +0200 (Mo, 11. Jun 2007) $

Constructor Summary
JarUtils()
           
 
Method Summary
static void addFileToJar(String jarFile, String file)
           
static ClassLoader getContextClassLoader()
           
static JarFile getJarFile(String jarFile)
           
 
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

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-2013 The Apache OpenEJB development community. All Rights Reserved.