Apache CXF API

org.apache.cxf.common.util
Class JarResource

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

public final class JarResource
extends Object


Constructor Summary
JarResource()
           
 
Method Summary
 List<String> getJarContents(File jarFile)
           
 List<String> getJarContents(InputStream is)
           
 List<String> getJarContents(String jarLocation)
           
 List<String> getJarContents(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 List<String> getJarContents(URL jarLocation)
                            throws IOException
Throws:
IOException

getJarContents

public List<String> getJarContents(InputStream is)
                            throws IOException
Throws:
IOException

getJarContents

public List<String> getJarContents(String jarLocation)
                            throws IOException
Throws:
IOException

getJarContents

public List<String> getJarContents(File jarFile)
                            throws IOException
Throws:
IOException

Apache CXF API

Apache CXF