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.
-
Library()
-
-
getClassVersion()
- Returns the version of this class.
-
readLibVersion(String)
- Returns the library version for the libraries contained under
the library base path path supplied as an input
argument.
-
removeSpace(String)
- Removes any white space from a string.
-
writeLibVersion(String, long)
- Sets the library version for the libraries contained under
the library base path path supplied as an input
argument.
Library
public Library()
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.
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.
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".
getClassVersion
public String getClassVersion()
- Returns the version of this class.
All Packages Class Hierarchy This Package Previous Next Index