|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.util.UrlCache
public class UrlCache
Field Summary | |
---|---|
static boolean |
antiJarLocking
|
static java.io.File |
cacheDir
|
Constructor Summary | |
---|---|
UrlCache()
|
Method Summary | |
---|---|
java.net.URL[] |
cacheUrls(java.lang.String appId,
java.net.URL[] urls)
|
static void |
deleteDir(java.io.File dir)
Delete the specified directory, including all of its contents and subdirectories recursively. |
void |
releaseUrls(java.lang.String appId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean antiJarLocking
public static final java.io.File cacheDir
Constructor Detail |
---|
public UrlCache()
Method Detail |
---|
public java.net.URL[] cacheUrls(java.lang.String appId, java.net.URL[] urls)
public void releaseUrls(java.lang.String appId)
public static void deleteDir(java.io.File dir)
dir
- File object representing the directory to be deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |