|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reloader
Internal interface that ClassLoader
implementations may
optionally implement to support the auto-reload functionality of
the classloader associated with the context.
Method Summary | |
---|---|
void |
addRepository(java.lang.String repository)
Add a new repository to the set of places this ClassLoader can look for classes to be loaded. |
java.lang.String[] |
findRepositories()
Return a String array of the current repositories for this class loader. |
boolean |
modified()
Have one or more classes or resources been modified so that a reload is appropriate? |
Method Detail |
---|
void addRepository(java.lang.String repository)
repository
- Name of a source of classes to be loaded, such as a
directory pathname, a JAR file pathname, or a ZIP file pathname
java.lang.IllegalArgumentException
- if the specified repository is
invalid or does not existjava.lang.String[] findRepositories()
boolean modified()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |