Package | Description |
---|---|
org.netbeans.modules.j2ee.deployment.plugins.spi |
Deployment api S1S extensions
|
org.netbeans.modules.j2ee.deployment.plugins.spi.config |
Modifier and Type | Method and Description |
---|---|
File |
IncrementalDeployment.getDirectoryForNewApplication(String deploymentName,
javax.enterprise.deploy.spi.Target target,
ModuleConfiguration configuration)
Return absolute path the IDE will write the app or stand-alone module content to.
|
abstract File |
IncrementalDeployment.getDirectoryForNewApplication(javax.enterprise.deploy.spi.Target target,
J2eeModule app,
ModuleConfiguration configuration)
Return absolute path which the IDE will write the specified app or
stand-alone module content to.
|
abstract File |
IncrementalDeployment.getDirectoryForNewModule(File appDir,
String uri,
J2eeModule module,
ModuleConfiguration configuration)
Return absolute path to which the IDE will write the specified module content.
|
abstract javax.enterprise.deploy.spi.status.ProgressObject |
IncrementalDeployment.initialDeploy(javax.enterprise.deploy.spi.Target target,
J2eeModule app,
ModuleConfiguration configuration,
File dir)
First time deployment file distribution.
|
Modifier and Type | Method and Description |
---|---|
ModuleConfiguration |
ModuleConfigurationFactory.create(J2eeModule j2eeModule)
Creates a
ModuleConfiguration instance associated with the specified
J2EE module. |
ModuleConfiguration |
ModuleConfigurationFactory2.create(J2eeModule j2eeModule,
String instanceUrl)
Creates a
ModuleConfiguration instance associated with the specified
J2EE module. |