org.netbeans.modules.j2ee.deployment.plugins.api
Class J2eePlatformFactory
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.api.J2eePlatformFactory
public abstract class J2eePlatformFactory
- extends Object
Mandatory factory class for producing J2eePlatformImpl
. Plugin is
required to register instance of this class in module layer in the
J2EE/DeploymentPlugins/{plugin_name}
folder.
- Since:
- 1.5
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2eePlatformFactory
public J2eePlatformFactory()
getJ2eePlatformImpl
public abstract J2eePlatformImpl getJ2eePlatformImpl(javax.enterprise.deploy.spi.DeploymentManager dm)
- Return
J2eePlatformImpl
for the given DeploymentManager
.
- Parameters:
dm
- DeploymentManager
.