org.codehaus.cargo.container.tomcat.internal
Class Tomcat5xEmbedded
java.lang.Object
org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded
public final class Tomcat5xEmbedded
- extends Object
Wrapper classes around Tomcat 5.x embedded API to hide reflection.
- Version:
- $Id: Tomcat5xEmbedded.java 1575 2008-05-04 22:24:29Z mwringe $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tomcat5xEmbedded
public Tomcat5xEmbedded(ClassLoader classLoader)
throws Exception
- Prepares the reflection access to Tomcat.
- Parameters:
classLoader
- the CL used to load Tomcat 5.x classes. Can be null.
- Throws:
Exception
- if an error happens when creating the Tomcat objects by reflection
Copyright © 2004-2012 Codehaus. All Rights Reserved.