|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphp.java.bridge.JarLibraryPath
public class JarLibraryPath
Holds a checked JarLibraryPath entry
Constructor Summary | |
---|---|
JarLibraryPath(java.lang.String rawPath,
java.lang.String rawContextDir,
java.lang.String cwd,
java.lang.String searchpath)
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 JarLibraryPath(java.lang.String rawPath, java.lang.String rawContextDir, java.lang.String cwd, java.lang.String searchpath) throws java.io.IOException
rawPath
- The path or file in the local file system or urlrawContextDir
- The context directory, for example c:\phpsearchpath
- cwd
-
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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.net.URL[] getURLs()
java.io.IOException
public java.lang.String getPath()
public void addToCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |