|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.util.Pathnames
public class Pathnames
This class retrieves pathnames commonly used in Basis products. It is non-static to allow for some control of initialization order.
Constructor Summary | |
---|---|
Pathnames()
Default constructor. |
Method Summary | |
---|---|
String |
getBTRootDirectory()
Retrieve the root of an SDK or runtime installation. |
String |
getJNIModuleDirectory()
Retrieve the directory within the Basis Technology installation directory where native code libraries are located. |
static void |
setBTRootDirectory(String path)
Set the Basis root directory (the root of an SDK or runtime installation). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pathnames()
Method Detail |
---|
public static void setBTRootDirectory(String path)
path
- to the BT root directorypublic String getBTRootDirectory()
public String getJNIModuleDirectory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |