|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.catalina.loader.WebappLoader
org.apache.tomcat.maven.plugin.tomcat6.ExternalRepositoriesReloadableWebappLoader
public class ExternalRepositoriesReloadableWebappLoader
A WebappLoader implementation that allows scanning for changes to project classpath in support of context reloads.
| Field Summary |
|---|
| Fields inherited from class org.apache.catalina.loader.WebappLoader |
|---|
lifecycle, sm, support |
| Fields inherited from interface org.apache.catalina.Lifecycle |
|---|
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT |
| Constructor Summary | |
|---|---|
ExternalRepositoriesReloadableWebappLoader()
Default Constructor. |
|
ExternalRepositoriesReloadableWebappLoader(ClassLoader parent,
org.apache.maven.plugin.logging.Log log)
Convenience Constructor allows setting of a parent ClassLoader. |
|
| Method Summary | |
|---|---|
void |
addRepository(String repository)
|
boolean |
modified()
Check if WebappLoader says modified(), if not then check files from added repositories. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalRepositoriesReloadableWebappLoader()
public ExternalRepositoriesReloadableWebappLoader(ClassLoader parent,
org.apache.maven.plugin.logging.Log log)
parent - the ClassLoader instance to set as this Loader's parent ClassLoader.| Method Detail |
|---|
public void addRepository(String repository)
addRepository in interface LoaderaddRepository in class WebappLoaderpublic boolean modified()
WebappLoader says modified(), if not then check files from added repositories.
modified in interface Loadermodified in class WebappLoader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||