| Package | Description |
|---|---|
| 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 |
|---|---|
Set<ServerLibraryDependency> |
ServerInstance.LibraryManager.getDeployableDependencies(Set<ServerLibraryDependency> libraries) |
Set<ServerLibraryDependency> |
ServerInstance.LibraryManager.getMissingDependencies(Set<ServerLibraryDependency> libraries) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInstance.LibraryManager.deployLibraries(Set<ServerLibraryDependency> libraries) |
File[] |
J2eePlatform.getClasspathEntries(Set<ServerLibraryDependency> libraries) |
Set<ServerLibraryDependency> |
ServerInstance.LibraryManager.getDeployableDependencies(Set<ServerLibraryDependency> libraries) |
Set<ServerLibraryDependency> |
ServerInstance.LibraryManager.getMissingDependencies(Set<ServerLibraryDependency> libraries) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerLibraryDependency> |
J2eeModuleProvider.ConfigSupport.getLibraries()
Returns the server library dependencies the enterprise module needs
to work properly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
J2eeModuleProvider.ConfigSupport.configureLibrary(ServerLibraryDependency library)
Configure the library (dependency) the enterprise module needs in order
to work properly.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerLibraryDependency |
ServerLibraryDependency.exactVersion(String name,
Version specificationVersion,
Version implementationVersion)
Creates the library dependency which specifies the exact specification and
implementation version.
|
static ServerLibraryDependency |
ServerLibraryDependency.minimalVersion(String name,
Version specificationVersion,
Version implementationVersion)
Creates the library dependency which specifies the minimal specification
and implementation version.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ServerLibraryDependency> |
ServerLibraryManager.getDeployableDependencies(Set<ServerLibraryDependency> dependencies) |
Set<ServerLibraryDependency> |
ServerLibraryManager.getMissingDependencies(Set<ServerLibraryDependency> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLibraryManager.deployLibraries(Set<ServerLibraryDependency> libraries)
Deploys all the required libraries passed to the method.
|
Set<ServerLibraryDependency> |
ServerLibraryManager.getDeployableDependencies(Set<ServerLibraryDependency> dependencies) |
LibraryImplementation[] |
J2eePlatformImpl.getLibraries(Set<ServerLibraryDependency> libraries)
Return platform's libraries including the libraries required by passed
dependencies.
|
Set<ServerLibraryDependency> |
ServerLibraryManager.getMissingDependencies(Set<ServerLibraryDependency> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerLibraryDependency> |
ServerLibraryConfiguration.getLibraries()
Returns the server library dependencies the enterprise module needs
to work properly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerLibraryConfiguration.configureLibrary(ServerLibraryDependency library)
Configure the library (dependency) the enterprise module needs in order
to work properly.
|
Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.