org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.spi
Class ServerLibraryFactory

java.lang.Object
  extended by 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

Nested Class Summary
static class ServerLibraryFactory.Accessor
          The accessor pattern class.
 
Method Summary
static ServerLibrary createServerLibrary(ServerLibraryImplementation impl)
          Creates the API representation of the provided SPI instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.