|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.help.server.HelpServer
public abstract class HelpServer
Constructor Summary | |
---|---|
HelpServer()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelpServer()
Method Detail |
---|
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.help
webappName
- The name of this web application
Exception
public abstract void stop(String webappName) throws CoreException
webappName
- the name of a running web application
CoreException
public abstract int getPort()
public abstract String getHost()
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.