|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JarRepository
A JarRepository manages a set of Jars associated with a Context, and allows efficient access to them.
Method Summary | |
---|---|
void |
backgroundProcess()
Execute a periodic task, such as reloading, etc. |
java.io.File[] |
findExplodedJars()
Find all exploded Jars managed by the JARRepository. |
java.util.jar.JarFile |
findJar(java.lang.String path)
Find the JarFile corresponding to the path. |
java.util.jar.JarFile[] |
findJars()
Find all JarFile managed by the JARRepository. |
Container |
getContainer()
Return the Container with which this JARRepository has been associated. |
java.util.Map<java.lang.String,java.io.File> |
getExplodedJars()
Get the exploded Jar map. |
java.lang.String |
getInfo()
Return descriptive information about this JARRepository implementation and the corresponding version number, in the format <description>/<version> . |
java.util.Map<java.lang.String,java.util.jar.JarFile> |
getJars()
Get the JarFile map. |
void |
setContainer(Container container)
Set the Container with which this JARRepository has been associated. |
Method Detail |
---|
Container getContainer()
void setContainer(Container container)
container
- The associated Containerjava.lang.String getInfo()
<description>/<version>
.
void backgroundProcess()
java.util.Map<java.lang.String,java.util.jar.JarFile> getJars()
java.util.jar.JarFile findJar(java.lang.String path)
java.util.jar.JarFile[] findJars()
java.io.File[] findExplodedJars()
java.util.Map<java.lang.String,java.io.File> getExplodedJars()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |