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

  




 

 

Eclipse Web Tools Guide
Previous Page Home Next Page



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 A module resource delta.
IURLProvider An interface for a server delegate that can provide URLs for a module published to the server.
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.
InternalInitializer This is an internal utility class that is used by the server framework.
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.
ModuleArtifactDelegate A module artifact is a resource within a module, which can be launched on the server.
ModuleDelegate A module delegate provides a mechanism for discovering information about individual modules.
ModuleFactoryDelegate A module factory delegate provides a mechanism for discovering modules.
PublisherDelegate An operation that will be executed during publishing.
PublishOperation An 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 Deprecated. This function is deprecated.
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.




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