|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.wst.server.core.model.PublishTaskDelegate
public abstract class PublishTaskDelegate
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.
Constructor Summary | |
---|---|
PublishTaskDelegate()
|
Method Summary | |
---|---|
PublishOperation[] |
getTasks(IServer server,
int kind,
java.util.List modules,
java.util.List kindList)
Returns the tasks that should be performed during publishing. |
PublishOperation[] |
getTasks(IServer server,
java.util.List modules)
Returns the tasks that should be performed during publishing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublishTaskDelegate()
Method Detail |
---|
public PublishOperation[] getTasks(IServer server, java.util.List modules)
server
- the servermodules
- a list containing IModule arrays
public PublishOperation[] getTasks(IServer server, int kind, java.util.List modules, java.util.List kindList)
server
- the servermodules
- a list containing IModule arrayskind
- one of the IServer.PUBLISH_XX constants.kindList
- one of the IServer publish change constants.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |