org.netbeans.modules.j2ee.deployment.plugins.spi
Class ServerLibraryFactory
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryFactory
public final class ServerLibraryFactory
- extends Object
Factory creating the API representation of the library provided in SPI.
- Since:
- 1.68
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createServerLibrary
public static ServerLibrary createServerLibrary(ServerLibraryImplementation impl)
- Creates the API representation of the provided SPI instance.
- Parameters:
impl - the SPI instance
- Returns:
- the API server instance representation