org.apache.openejb.util
Class JarUtils

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

public class JarUtils
extends java.lang.Object

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

Constructor Summary
JarUtils()
           
 
Method Summary
static void addFileToJar(java.lang.String jarFile, java.lang.String file)
           
static java.lang.ClassLoader getContextClassLoader()
           
static java.util.jar.JarFile getJarFile(java.lang.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(java.lang.String jarFile,
                                java.lang.String file)
                         throws OpenEJBException
Throws:
OpenEJBException

getJarFile

public static java.util.jar.JarFile getJarFile(java.lang.String jarFile)
                                        throws OpenEJBException
Throws:
OpenEJBException

getContextClassLoader

public static java.lang.ClassLoader getContextClassLoader()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.