org.netbeans.modules.j2ee.deployment.plugins.spi |
Deployment api S1S extensions
An additional xml file is provided when a plugin is
turned into a module to provide additional information. Class files
are also supplied. This additional information is put into a netbeans
modules that uses the deployment plugin as an external resource.
The dtd for this xml file is available.
|
Java Source File Name | Type | Comment |
AntDeploymentProvider.java | Interface | This interface represents a "provider" for the Ant deployment. |
DatasourceManager.java | Interface | DatasourceManager is responsible for retrieving data sources deployed on the server and
deploying data sources onto the server. |
FindJSPServlet.java | Interface | This interface allows plugins to specify the location of servlets generated
for JSPs. |
IncrementalDeployment.java | Class | This interface replaces DeploymentManager calls deploy and redeploy during
directory-based deployment. |
J2eePlatformFactory.java | Class | Mandatory factory class for producing
J2eePlatformImpl . |
J2eePlatformImpl.java | Class | Base SPI interface for J2eePlatform. |
JDBCDriverDeployer.java | Interface | JDBC driver deployer useful for deploying drivers to the server. |
MessageDestinationDeployment.java | Interface | MessageDestinationDeployment is responsible for retrieving message destinations
configured on the server and for message destination deployment. |
OldJSPDebug.java | Interface | This interface should be implemented by plugins that want to support JSP
source level debugging, but do not support JSR 45. |
OptionalDeploymentManagerFactory.java | Class | Factory for optional deployment functionality that a plugin can provide. |
RegistryNodeFactory.java | Interface | Do not use this class anymore, use Common Server SPI to display nodes.
This interface allows plugin to create all the registry nodes
(other than the root node) as
org.openide.nodes.Node subclasses,
and use
org.openide.nodes.FilterNode to generate the display,
adding infrastructure actions in, and exposing certain infrastructure to
the plugins for use in constructing nodes. |
StartServer.java | Class | Server lifecycle services from the IDE. |
TargetModuleIDResolver.java | Class | Service provided by plugin for lookup TargetModuleID. |
VerifierSupport.java | Class | Verifier service to be implmeneted by Server Integration Plugin. |