blob: f56774c6bdba740a783446cfc1238d04638419b0 [file] [log] [blame]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Package-level Javadoc</title>
</head>
<body>
<h2>Package Specification</h2>
<p>This package provides support for Apache Tomcat server tools.</p>
<p>ITomcatRuntime and its working copy provide type-specific access
to the Tomcat runtime type. When using a Tomcat runtime, clients can
access the type specific information by adapting to these types using
<pre>ITomcatRuntime tr = (ITomcatRuntime) runtime.getAdapter(ITomcatRuntime.class)</pre>.
ITomcatServer can be accessed in the same way.</p>
</body>
</html>