org.netbeans.spi.server
Class ServerInstanceFactory
java.lang.Object
org.netbeans.spi.server.ServerInstanceFactory
public final class ServerInstanceFactory
- extends Object
Factory creating the API representation of the instance provided in SPI.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createServerInstance
public static ServerInstance createServerInstance(ServerInstanceImplementation impl)
- Creates the API representation of the provided SPI instance.
- Parameters:
impl - the SPI instance
- Returns:
- the API server instance representation