org.netbeans.modules.web.project.spi |
|
Java Source File Name | Type | Comment |
BrokenLibraryRefFilter.java | Interface | Allows removing broken library references from a project while the project
is being open.
Implementations of this interface are returned by
BrokenLibraryRefFilterProvider .
When a web project is opened the
BrokenLibraryRefFilter.removeLibraryReference method is called
for all broken library references. |
BrokenLibraryRefFilterProvider.java | Interface | Allows removing broken library references from a project while the project
is being open.
Implementations of this interface are registered in the
Projects/org-netbeans-modules-web-project/BrokenLibraryRefFilterProviders
folder in the default file system. |
WebProjectImplementationFactory.java | Interface | The purpose of this interface is to allow a module to provide an alternative
implementation of web project support on top of the standard NetBeans web
project metadata format. |