|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclasspathhelper.tomcat.listener.TomcatClassLoaderService
Base class for ITomcatClassLoaderService instances.
Use the getService(classpathhelper.tomcat.listener.TomcatProperties) method to acquire an instance of this
class appropriate to a specific version and instance.
TomcatClassLoaderService service =
TomcatClassLoaderService.getService(new TomcatProperties("C:\\Tomcat41",
TomcatProperties.VERSION_4_1));
| Field Summary | |
protected TomcatProperties |
properties
The properties associated with this instance. |
| Constructor Summary | |
protected |
TomcatClassLoaderService(TomcatProperties theProperties)
Constructor. |
| Method Summary | |
static ITomcatClassLoaderService |
getService(TomcatProperties properties)
Factory method for acquiring a specific instance of a ITomcatClassLoaderService. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface classpathhelper.tomcat.listener.ITomcatClassLoaderService |
createClassLoader, getAppNames |
| Field Detail |
protected TomcatProperties properties
| Constructor Detail |
protected TomcatClassLoaderService(TomcatProperties theProperties)
theProperties - The properties specific to this instance.| Method Detail |
public static ITomcatClassLoaderService getService(TomcatProperties properties)
Factory method for acquiring a specific instance of a
ITomcatClassLoaderService.
properties - The properties identifying a specific
existing instanceof of Tomcat.
null if the location or version of Tomcat
cannot be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||