| Package | Description |
|---|---|
| org.netbeans.modules.j2ee.deployment.devmodules.api | |
| org.netbeans.modules.j2ee.deployment.devmodules.spi | |
| org.netbeans.modules.j2ee.deployment.plugins.spi |
Deployment api S1S extensions
|
| Modifier and Type | Field and Description |
|---|---|
static J2eeModule.Type |
J2eeModule.Type.CAR |
static J2eeModule.Type |
J2eeModule.Type.EAR |
static J2eeModule.Type |
J2eeModule.Type.EJB |
static J2eeModule.Type |
J2eeModule.Type.RAR |
static J2eeModule.Type |
J2eeModule.Type.WAR |
| Modifier and Type | Method and Description |
|---|---|
static J2eeModule.Type |
J2eeModule.Type.fromJsrType(Object type) |
J2eeModule.Type |
J2eeModule.getType()
Returns module type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<J2eeModule.Type> |
J2eePlatform.getSupportedTypes()
Return a list of supported module types.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.netbeans.api.j2ee.core.Profile> |
J2eePlatform.getSupportedProfiles(J2eeModule.Type moduleType)
Returns the set of supported profiles (terminology of Java EE 6) for
the given module type (one of
J2eeModule.EAR,
J2eeModule.EJB, J2eeModule.WAR, J2eeModule#RAR
and J2eeModule#CAR). |
| Modifier and Type | Method and Description |
|---|---|
String[] |
Deployment.getServerInstanceIDs(Collection<J2eeModule.Type> moduleTypes)
Return ServerInstanceIDs of all registered server instances that support
specified module types.
|
String[] |
Deployment.getServerInstanceIDs(Collection<J2eeModule.Type> moduleTypes,
org.netbeans.api.j2ee.core.Profile profile)
Return ServerInstanceIDs of all registered server instances that support
specified module types and profile.
|
String[] |
Deployment.getServerInstanceIDs(Collection<J2eeModule.Type> moduleTypes,
org.netbeans.api.j2ee.core.Profile profile,
String[] tools)
Return ServerInstanceIDs of all registered server instances that support
specified module types, profile and tools.
|
| Modifier and Type | Method and Description |
|---|---|
J2eeModule.Type |
J2eeModuleImplementation2.getModuleType()
Returns module type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<J2eeModule.Type> |
J2eePlatformImpl.getSupportedTypes() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.netbeans.api.j2ee.core.Profile> |
J2eePlatformImpl.getSupportedProfiles(J2eeModule.Type moduleType)
Returns a set of supported profiles for the given module type
(one of
J2eeModule.EAR, J2eeModule.EJB,
J2eeModule.WAR, J2eeModule#RAR and J2eeModule#CAR). |
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.