All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.impl.common.Library

java.lang.Object
   |
   +----com.sun.jaw.impl.common.Library

public class Library
extends Object
This class represents a native library.

Debugging for all native library loading code can also be enabled from this class.


Constructor Index

 o Library()

Method Index

 o getClassVersion()
Returns the version of this class.
 o readLibVersion(String)
Returns the library version for the libraries contained under the library base path path supplied as an input argument.
 o removeSpace(String)
Removes any white space from a string.
 o writeLibVersion(String, long)
Sets the library version for the libraries contained under the library base path path supplied as an input argument.

Constructors

 o Library
 public Library()

Methods

 o readLibVersion
 public static long readLibVersion(String path)
Returns the library version for the libraries contained under the library base path path supplied as an input argument.

 o writeLibVersion
 public static final void writeLibVersion(String path,
                                          long version)
Sets the library version for the libraries contained under the library base path path supplied as an input argument.

 o removeSpace
 public static String removeSpace(String s)
Removes any white space from a string. This is used to convert strings such as "Windows NT" to "WindowsNT".

 o getClassVersion
 public String getClassVersion()
Returns the version of this class.


All Packages  Class Hierarchy  This Package  Previous  Next  Index