Package org.eclipse.wst.server.core.model

SPI support for the server tools framework.

See:
          Description

Interface Summary
IModuleFile A file within a module.
IModuleFolder A folder within a module.
IModuleResource A resource (file or folder) within a module.
IModuleResourceDelta  
IURLProvider  
RuntimeLocatorDelegate.IRuntimeSearchListener A callback listener used to report progress.
 

Class Summary
ClientDelegate A launchable client is a client side application or test harness that can be launched (run) against a resource running on a server.
LaunchableAdapterDelegate This interface, typically implemented by the server code, converts from an IModuleArtifact to an object launchable on the server.
ModuleArtifactAdapterDelegate A module artifact adapter converts from some view's model object into a module artifact that is recognized by one or more server types.
ModuleDelegate A module delegate provides a mechanism for discovering information about individual modules.
ModuleFactoryDelegate A module factory delegate provides a mechanism for discovering modules.
PublishOperation An publish operation that will be executed during publishing.
PublishTaskDelegate A publish task delegate.
RuntimeDelegate A runtime delegate provides the implementation for various generic and server-type-specific operations for a specific type of runtime.
RuntimeLocatorDelegate A runtime locator provides the ability to locate or search for additional runtimes of a particular type.
RuntimeTargetHandlerDelegate  
ServerBehaviourDelegate A server delegate provides the implementation for various generic and server-type-specific operations for a specific type of server.
ServerDelegate A server delegate provides the implementation for various generic and server-type-specific operations for a specific type of server.
 

Package org.eclipse.wst.server.core.model Description

SPI support for the server tools framework.

The classes in this package would typically be extended or used by SPI clients of the server tools framework who are providing a new server type, runtime type, or other extension. These delegates are never visible to regular API clients unless explicitly exposed by the provider.

The majority of these classes are delegates to implement one of the extension points. View the extension point documentation for further details.