org.netbeans.modules.j2ee.deployment.plugins.spi
Class ServerLibraryFactory.Accessor
java.lang.Object
org.netbeans.modules.j2ee.deployment.plugins.spi.ServerLibraryFactory.Accessor
- Enclosing class:
- ServerLibraryFactory
public abstract static class ServerLibraryFactory.Accessor
- extends Object
The accessor pattern class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static ServerLibraryFactory.Accessor DEFAULT
- The default accessor.
ServerLibraryFactory.Accessor
public ServerLibraryFactory.Accessor()
createServerLibrary
public abstract ServerLibrary createServerLibrary(ServerLibraryImplementation impl)
- Creates the API instance.
- Parameters:
impl - the SPI instance
- Returns:
- the API instance