org.netbeans.modules.j2eeserver/4 1.89.0 1

org.netbeans.modules.j2ee.deployment.plugins.api
Class ServerLibrary

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.api.ServerLibrary

public final class ServerLibrary
extends Object

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSpecificationTitle

@CheckForNull
public 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

getSpecificationVersion

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

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

getImplementationTitle

@CheckForNull
public 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

getImplementationVersion

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

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

getName

@CheckForNull
public 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.