|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TomcatServer | |
net.sf.tm.plugin | Contains the plugin for the Eclipse IDE. |
net.sf.tm.plugin.ui | Contains all plugin UI interface classes. |
net.sf.tm.tomcat | This package contains an implementation of a context manager for the Tomcat server. |
Uses of TomcatServer in net.sf.tm.plugin |
Methods in net.sf.tm.plugin that return TomcatServer | |
TomcatServer |
ServerStore.get(int index)
|
Methods in net.sf.tm.plugin with parameters of type TomcatServer | |
void |
ServerStore.add(TomcatServer server)
Adds a new server to the store. |
void |
ServerStore.remove(TomcatServer server)
Removes a server from the store. |
boolean |
ServerStore.contains(TomcatServer server)
|
void |
ServerStore.set(TomcatServer server)
Sets the given seren. |
Uses of TomcatServer in net.sf.tm.plugin.ui |
Methods in net.sf.tm.plugin.ui that return TomcatServer | |
TomcatServer |
AbstractServerDialog.getServer()
|
Constructors in net.sf.tm.plugin.ui with parameters of type TomcatServer | |
AbstractServerDialog(TomcatServer server,
Shell parentShell)
|
|
EditServerDialog(TomcatServer server,
Shell parentShell)
|
|
NewServerDialog(TomcatServer server,
Shell parentShell)
|
Uses of TomcatServer in net.sf.tm.tomcat |
Constructors in net.sf.tm.tomcat with parameters of type TomcatServer | |
TomcatContextManager(TomcatServer server)
Default constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |