FileDocCategorySizeDatePackage
Libraries.javaAPI DocGlassfish v2 API3091Fri May 04 22:30:34 BST 2007com.sun.appserv.management.config

Libraries

public interface Libraries
Mixin interface for access to library path.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.String[]getLibraries()
Optional Attribute (may be null).

These paths could be either relative [relative to {com.sun.aas.instanceRoot}/lib/applibs] or absolute paths. These dependencies appears *after* the libraries defined in classpath-prefix in the java-config and *before* the application server provided over-rideable jar set. The libraries would be made available to the application in the order in which they were specified.

since
AppServer 9.0

public voidsetLibraries(java.lang.String[] libraries)
Replaces the existing libraries Attribute. Certain system applications may not allow changing this Attribute (read only).

see
#getLibraries
since
AppServer 9.0