org.eclipse.wst.server.core.model
Class PublishTaskDelegate
java.lang.Object
org.eclipse.wst.server.core.model.PublishTaskDelegate
- public abstract class PublishTaskDelegate
- extends java.lang.Object
A publish task delegate.
This is the implementation of a publishTask extension point.
This abstract class is intended to be extended only by clients
to extend the publishTask extension point.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublishTaskDelegate
public PublishTaskDelegate()
getTasks
public abstract PublishOperation[] getTasks(IServer server,
java.util.List modules)
- Returns the tasks that should be performed during publishing.
- Parameters:
server - the servermodules - a list containing IModule arrays
- Returns:
- the tasks that should be performed on the server.