org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.spi
Interface ServerLibraryImplementation


public interface ServerLibraryImplementation

The representation of the server library. This means the library server manages not the jars deployed along with the application.

Since:
1.68

Method Summary
 String getImplementationTitle()
          Returns the implementation title of the library.
 Version getImplementationVersion()
          Returns the implementation version of the library.
 String getName()
          Returns the library name.
 String getSpecificationTitle()
          Returns the specification title of the library.
 Version getSpecificationVersion()
          Returns the specification version of the library.
 

Method Detail

getSpecificationTitle

@CheckForNull
String getSpecificationTitle()
Returns the specification title of the library. May return null.

For example specification title for JSF would be JavaServer Faces.

Returns:
the specification title of the library; may return null

getImplementationTitle

@CheckForNull
String getImplementationTitle()
Returns the implementation title of the library. May return null.

For example specification title for MyFaces implementation of JSF this would be something like MyFaces.

Returns:
the implementation title of the library; may return null

getSpecificationVersion

@CheckForNull
Version getSpecificationVersion()
Returns the specification version of the library. May return null.

Returns:
the specification version of the library; may return null

getImplementationVersion

@CheckForNull
Version getImplementationVersion()
Returns the implementation version of the library. May return null.

Returns:
the implementation version of the library; may return null

getName

@CheckForNull
String getName()
Returns the library name. May return null.

Returns:
the library name; may return null

org.netbeans.modules.j2eeserver/4 1.89.0 1

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