| org.eclipse.jdt.launching.JavaLaunchDelegate org.eclipse.jsp.launching.TomcatLaunchDelegate
TomcatLaunchDelegate | public class TomcatLaunchDelegate extends JavaLaunchDelegate (Code) | | Launch delegate for a local Tomcat server
|
Method Summary | |
public static String | getCatalinaHome() Returns the value of the ${catalina_home} launch variable. |
ATTR_CATALINA_HOME | final public static String ATTR_CATALINA_HOME(Code) | | Launch configuration attribute - value is path to local installation of Tomcat.
The path may be encoded in a launch variable.
|
ID_TOMCAT_CLASSPATH_PROVIDER | final public static String ID_TOMCAT_CLASSPATH_PROVIDER(Code) | | Identifier for Tomcat classpath provider.
|
ID_TOMCAT_LAUNCH_CONFIGURATION_TYPE | final public static String ID_TOMCAT_LAUNCH_CONFIGURATION_TYPE(Code) | | Identifier for Tomcat launch configurations.
|
TomcatLaunchDelegate | public TomcatLaunchDelegate()(Code) | | Constructs a new launch delegate
|
getCatalinaHome | public static String getCatalinaHome() throws CoreException(Code) | | Returns the value of the ${catalina_home} launch variable.
the value of the ${catalina_home} launch variable exception: CoreException - if the variable or value is undefined |
Methods inherited from org.eclipse.jdt.launching.JavaLaunchDelegate | public void launch(ILaunchConfiguration configuration, String mode, ILaunch launch, IProgressMonitor monitor) throws CoreException(Code)(Java Doc)
|
|
|