|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.server.webapp.jar.JarInspector
public class JarInspector
Helper class for inspecting JARs and finding classes.
Constructor Summary | |
---|---|
JarInspector(java.lang.String repositoryPath)
|
Method Summary | |
---|---|
java.io.InputStream |
findJarEntry(java.io.File jarFile,
java.lang.String entryName,
boolean recursive)
Searches for specified entry in specified JAR file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarInspector(java.lang.String repositoryPath)
Method Detail |
---|
public java.io.InputStream findJarEntry(java.io.File jarFile, java.lang.String entryName, boolean recursive) throws java.io.IOException
jarFile
- entryName
- recursive
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |