org.apache.cxf.common.util
Class JarResource

java.lang.Object
  extended by org.apache.cxf.common.util.JarResource

public final class JarResource
extends java.lang.Object


Constructor Summary
JarResource()
           
 
Method Summary
 java.util.List<java.lang.String> getJarContents(java.io.File jarFile)
           
 java.util.List<java.lang.String> getJarContents(java.io.InputStream is)
           
 java.util.List<java.lang.String> getJarContents(java.lang.String jarLocation)
           
 java.util.List<java.lang.String> getJarContents(java.net.URL jarLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarResource

public JarResource()
Method Detail

getJarContents

public java.util.List<java.lang.String> getJarContents(java.net.URL jarLocation)
                                                throws java.io.IOException
Throws:
java.io.IOException

getJarContents

public java.util.List<java.lang.String> getJarContents(java.io.InputStream is)
                                                throws java.io.IOException
Throws:
java.io.IOException

getJarContents

public java.util.List<java.lang.String> getJarContents(java.lang.String jarLocation)
                                                throws java.io.IOException
Throws:
java.io.IOException

getJarContents

public java.util.List<java.lang.String> getJarContents(java.io.File jarFile)
                                                throws java.io.IOException
Throws:
java.io.IOException


Apache CXF