|
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 ServerLibraryConfiguration
The interface defining the methods that can handle the server libraries in scope of enterprise module.
This interface is typically looked up in ModuleConfiguration's
lookup.
| Method Summary | |
|---|---|
void |
addLibraryChangeListener(ChangeListener listener)
|
void |
configureLibrary(ServerLibraryDependency library)
Configure the library (dependency) the enterprise module needs in order to work properly. |
Set<ServerLibraryDependency> |
getLibraries()
Returns the server library dependencies the enterprise module needs to work properly. |
void |
removeLibraryChangeListener(ChangeListener listener)
|
| Method Detail |
|---|
void configureLibrary(@NonNull
ServerLibraryDependency library)
throws ConfigurationException
Once library is configured it should be present in the result
of the #getRequiredLibraries() call.
library - the library the enterprise module needs in order to work
properly
ConfigurationException - if there was a problem writing
configuration
@NonNull
Set<ServerLibraryDependency> getLibraries()
throws ConfigurationException
ConfigurationException - if there was a problem reading
configuration
void addLibraryChangeListener(@NonNull
ChangeListener listener)
void removeLibraryChangeListener(@NonNull
ChangeListener listener)
|
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 | |||||||||