public abstract class HelpServer extends Object
| Constructor and Description |
|---|
HelpServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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(String webappName)
Start a server application to host the Eclipse help system.
|
abstract void |
stop(String webappName)
Stop a server application.
|
public abstract void start(String webappName) throws 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 applicationExceptionpublic abstract void stop(String webappName) throws CoreException
webappName - the name of a running web applicationCoreExceptionpublic abstract int getPort()
public abstract String getHost()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.