|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.main.JarClasspathResource
public class JarClasspathResource
A classpath entry that is packaged up in a jar.
| Constructor Summary | |
|---|---|
JarClasspathResource(java.util.jar.JarFile jarFile,
java.util.jar.JarEntry entry)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
The path (slash-separated directories) of the classpath entry. |
java.io.InputStream |
read()
Read the classpath entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarClasspathResource(java.util.jar.JarFile jarFile,
java.util.jar.JarEntry entry)
| Method Detail |
|---|
public java.lang.String getPath()
ClasspathResource
getPath in interface ClasspathResource
public java.io.InputStream read()
throws java.io.IOException
ClasspathResource
read in interface ClasspathResourcejava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||