Package com.e1c.g5.dt.applications.wst
Class ProvidedPublishingServerBehaviourDelegate
java.lang.Object
org.eclipse.wst.server.core.model.ServerBehaviourDelegate
com.e1c.g5.dt.applications.wst.ProvidedPublishingServerBehaviourDelegate
- Direct Known Subclasses:
- StandaloneServerBehaviourDelegate
public abstract class ProvidedPublishingServerBehaviourDelegate
extends org.eclipse.wst.server.core.model.ServerBehaviourDelegate
WST server behaviour delegate extension that publishes only the provided modules on publish request.
- See Also:
- 
- ServerBehaviourDelegate
 
- 
Field SummaryFields inherited from class org.eclipse.wst.server.core.model.ServerBehaviourDelegateADDED, CHANGED, NO_CHANGE, REMOVED
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.wst.server.core.model.ServerBehaviourDelegateaddRemovedModules, canControlModule, canPublish, canPublishModule, canRestart, canRestartModule, canStart, canStop, createExternalModule, dispose, executePublishers, executePublishers, getAllModules, getPublishedResourceDelta, getPublishedResources, getResources, getServer, getTasks, getTempDirectory, getTempDirectory, handleResourceChange, hasBeenPublished, initialize, performTasks, publish, publishFinish, publishModule, publishModule, publishModules, publishServer, publishStart, restart, restartModule, setExternalModules, setLaunch, setMode, setModulePublishState, setModuleRestartState, setModuleState, setModuleStatus, setServerPublishState, setServerRestartState, setServerState, setServerStatus, setupLaunchConfiguration, shouldIgnorePublishRequest, startModule, stop, stopModule, updatePublishInfo
- 
Constructor Details- 
ProvidedPublishingServerBehaviourDelegatepublic ProvidedPublishingServerBehaviourDelegate()
 
- 
- 
Method Details- 
publishpublic void publish(int kind, List<org.eclipse.wst.server.core.IModule[]> modules, org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info) throws org.eclipse.core.runtime.CoreException - Overrides:
- publishin class- org.eclipse.wst.server.core.model.ServerBehaviourDelegate
- Throws:
- org.eclipse.core.runtime.CoreException
 
 
-