public abstract class HelpServer
extends java.lang.Object
| Constructor and Description |
|---|
HelpServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getHost()
Returns the host name or ip the app server runs on.
|
abstract int |
getPort()
Returns the port number the app server listens on
|
abstract void |
start(java.lang.String webappName)
Start a server application to host the Eclipse help system.
|
abstract void |
stop(java.lang.String webappName)
Stop a server application.
|
public abstract void start(java.lang.String webappName)
throws java.lang.Exception
org.eclipse.equinox.http.registry.resources
and org.eclipse.equinox.http.registry.servlets for the httpcontextId
org.eclipse.help.webapp.helpwebappName - The name of this web applicationjava.lang.Exceptionpublic abstract void stop(java.lang.String webappName)
throws CoreException
webappName - the name of a running web applicationCoreExceptionpublic abstract int getPort()
public abstract java.lang.String getHost()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.