Publish Tasks

org.eclipse.wst.server.core.publishTasks

1.0

This extension point is used to provide a task that is run while publishing to a server.

<!ELEMENT extension (publishTask+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT publishTask EMPTY>

<!ATTLIST publishTask

id      CDATA #REQUIRED

class   CDATA #REQUIRED

typeIds CDATA #REQUIRED>


The following is an example of a publish task extension point:

Value of the attribute class must be a fully qualified name of a Java class that implements the interface org.eclipse.wst.server.core.model.PublishTaskDelegate.