Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.wst.server.core.model
Class PublishTaskDelegate

java.lang.Object
  extended by 
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.

Since:
1.0

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

PublishTaskDelegate

public PublishTaskDelegate()
Method Detail

getTasks

public 
PublishOperation[] getTasks(
IServer server,
                                   java.util.List modules)
Returns the tasks that should be performed during publishing.

Parameters:
server - the server
modules - a list containing IModule arrays
Returns:
the tasks that should be performed on the server.

getTasks

public 
PublishOperation[] getTasks(
IServer server,
                                   int kind,
                                   java.util.List modules,
                                   java.util.List kindList)
Returns the tasks that should be performed during publishing.

Parameters:
server - the server
modules - a list containing IModule arrays
kind - one of the IServer.PUBLISH_XX constants.
kindList - one of the IServer publish change constants.
Returns:
the tasks that should be performed on the server.



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire