|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.JarLibraryPath
class JarLibraryPath
Holds a checked JarLibraryPath entry
| Field Summary | |
|---|---|
(package private) static java.util.Map |
urlCache
|
| Constructor Summary | |
|---|---|
protected |
JarLibraryPath()
create an invalid entry |
|
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 |
(package private) static java.io.File |
checkSearchPath(java.lang.String s,
java.lang.String searchpath)
|
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 |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static java.util.Map urlCache
| Constructor Detail |
|---|
protected JarLibraryPath()
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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.net.URL[] getURLs()
static java.io.File checkSearchPath(java.lang.String s,
java.lang.String searchpath)
public java.lang.String getPath()
public void addToCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||