org.netbeans.modules.j2eeserver/4 1.89.0 1

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

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryFactory.Accessor
Enclosing class:
ServerLibraryFactory

public abstract static class ServerLibraryFactory.Accessor
extends Object

The accessor pattern class.


Field Summary
static ServerLibraryFactory.Accessor DEFAULT
          The default accessor.
 
Constructor Summary
ServerLibraryFactory.Accessor()
           
 
Method Summary
abstract  ServerLibrary createServerLibrary(ServerLibraryImplementation impl)
          Creates the API instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static ServerLibraryFactory.Accessor DEFAULT
The default accessor.

Constructor Detail

ServerLibraryFactory.Accessor

public ServerLibraryFactory.Accessor()
Method Detail

createServerLibrary

public abstract ServerLibrary createServerLibrary(ServerLibraryImplementation impl)
Creates the API instance.

Parameters:
impl - the SPI instance
Returns:
the API instance

org.netbeans.modules.j2eeserver/4 1.89.0 1

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