|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.DynamicJavaBridgeClassLoader.JarLibraryPath
public static class DynamicJavaBridgeClassLoader.JarLibraryPath
Holds a checked JarLibraryPath entry
| Constructor Summary | |
|---|---|
DynamicJavaBridgeClassLoader.JarLibraryPath(java.lang.String rawPath,
java.lang.String rawContextDir)
Create a checked JarLibraryPath entry |
|
| Method Summary | |
|---|---|
void |
addToCache()
Adds this entry to the cache |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getPath()
Return the path |
java.net.URL[] |
getURLs()
Return the urls associated with this entry |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicJavaBridgeClassLoader.JarLibraryPath(java.lang.String rawPath,
java.lang.String rawContextDir)
throws java.io.IOException
rawPath - The path or file in the local file system or urlrawContextDir - The context directory, for example c:\php
IOException, - if the local path or file does not exist or cannot be accessed
java.io.IOException| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.net.URL[] getURLs()
java.io.IOExceptionpublic java.lang.String getPath()
public void addToCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||