|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tc.object.util.JarResourceLoader
public final class JarResourceLoader
Helper methods to load resources from a jar
| Method Summary | |
|---|---|
static java.io.InputStream |
getJarResource(java.net.URL location,
java.lang.String resource)
Load a resource file from a jar file at location |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.io.InputStream getJarResource(java.net.URL location,
java.lang.String resource)
throws java.io.IOException
location - The URL to the JAR fileresource - The resource string
java.io.IOException - If some bad IO happens
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||