Package | Description |
---|---|
org.netbeans.modules.j2ee.deployment.common.api | |
org.netbeans.modules.j2ee.deployment.devmodules.api | |
org.netbeans.modules.j2ee.deployment.devmodules.spi | |
org.netbeans.modules.j2ee.deployment.plugins.api |
Plugin API
|
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 |
---|---|
static SourceFileMap |
SourceFileMap.findSourceMap(J2eeModule j2eeModule)
Returns a source file map for the module, or null if none can be identified.
|
Modifier and Type | Class and Description |
---|---|
class |
J2eeApplication
Abstraction of J2EE Application.
|
Modifier and Type | Method and Description |
---|---|
J2eeModule[] |
J2eeApplication.getModules()
Returns a list of all the J2EEModules which this J2eeApplication contains.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleListener.addModule(J2eeModule module)
Module was added to the module container
|
boolean |
Deployment.canFileDeploy(String instanceId,
J2eeModule mod)
Determine if a server instance will attempt to use file deployment for a
J2eeModule.
|
boolean |
ServerInstance.isDeployOnSaveSupported(J2eeModule module)
Returns
true when the deploy on save is supported by the
server for the given module. |
void |
ModuleListener.removeModule(J2eeModule module)
Module was removed from the module container
|
Modifier and Type | Method and Description |
---|---|
static J2eeModule |
J2eeModuleFactory.createJ2eeModule(J2eeModuleImplementation impl)
|
static J2eeModule |
J2eeModuleFactory.createJ2eeModule(J2eeModuleImplementation2 impl)
Creates a J2eeModule for the specified J2eeModuleImplementation2.
|
abstract J2eeModule |
J2eeModuleProvider.getJ2eeModule() |
J2eeModule[] |
J2eeApplicationImplementation2.getModules()
Returns a list of all the J2EEModules which this J2eeApplication contains.
|
J2eeModule[] |
J2eeApplicationImplementation.getModules()
Deprecated.
Returns a list of all the J2EEModules which this J2eeApplication contains.
|
Modifier and Type | Method and Description |
---|---|
static J2eeModule |
FileJ2eeModuleQuery.FileObject fileObject)
Finds a J2EE module which owns the specified file.
|
Modifier and Type | Method and Description |
---|---|
J2eeModule |
DeploymentContext.getModule() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
IncrementalDeployment.canFileDeploy(javax.enterprise.deploy.spi.Target target,
J2eeModule deployable)
Whether the deployable object could be file deployed to the specified target
|
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.
|
static IncrementalDeployment |
IncrementalDeployment.getIncrementalDeploymentForModule(IncrementalDeployment incremental,
J2eeModule deployable) |
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 |
---|---|
J2eeModule |
ModuleConfiguration.getJ2eeModule()
Returns a J2EE module associated with this ModuleConfiguration instance.
|
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. |