|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerLibraryManager
The interface that should serverplugin should implement in order to support the server library management.
ServerLibraryConfiguration| Method Summary | |
|---|---|
void |
deployLibraries(Set<ServerLibraryDependency> libraries)
Deploys all the required libraries passed to the method. |
Set<ServerLibraryDependency> |
getDeployableDependencies(Set<ServerLibraryDependency> dependencies)
|
Set<ServerLibrary> |
getDeployableLibraries()
Returns the set of libraries the server has access to and can be deployed on request (by call to #deployRequiredLibraries(java.util.Set). |
Set<ServerLibrary> |
getDeployedLibraries()
Returns the set of libraries already deployed to the server. |
Set<ServerLibraryDependency> |
getMissingDependencies(Set<ServerLibraryDependency> dependencies)
|
| Method Detail |
|---|
@NonNull Set<ServerLibrary> getDeployableLibraries()
#deployRequiredLibraries(java.util.Set).
@NonNull Set<ServerLibrary> getDeployedLibraries()
@NonNull
Set<ServerLibraryDependency> getMissingDependencies(@NonNull
Set<ServerLibraryDependency> dependencies)
@NonNull
Set<ServerLibraryDependency> getDeployableDependencies(@NonNull
Set<ServerLibraryDependency> dependencies)
void deployLibraries(@NonNull
Set<ServerLibraryDependency> libraries)
throws ConfigurationException
libraries - the libraries to deploy
ConfigurationException - if there was a problem during
the deployment
|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||