public class BBConfig extends Object
Modifier and Type | Field and Description |
---|---|
static BBjString |
BBJ_HOME_PROPERTY$ |
static BBjNumber |
FALSE |
static BBjString |
JAVA_HOME_PROPERTY$ |
static BBjNumber |
TRUE |
Modifier and Type | Method and Description |
---|---|
static BBjString |
getClientBBjConfigFile() |
static BBjString |
getClientBBjHome() |
static BBjString |
getClientBBjInterpreter() |
static BBjString |
getClientJavaHome() |
static BBjString |
getClientOS() |
static BBjString |
getServerBBjConfigFile() |
static BBjString |
getServerBBjHome() |
static BBjString |
getServerBBjInterpreter() |
static BBjString |
getServerJavaHome() |
static BBjString |
getServerOS() |
static BBjString |
getVPRO5Config() |
static BBjString |
getVPRO5Home() |
static BBjString |
getVPRO5Interpreter() |
static BBjNumber |
isClientBBjInstalled() |
static BBjNumber |
isClientWindowsOS() |
static BBjNumber |
isServerBBjInstalled() |
static BBjNumber |
isServerWindowsOS() |
static BBjNumber |
isVPRO5Installed() |
public static BBjNumber TRUE
public static BBjNumber FALSE
public static BBjString BBJ_HOME_PROPERTY$
public static BBjString JAVA_HOME_PROPERTY$
public static BBjString getServerOS()
public static BBjString getClientOS()
public static BBjNumber isServerWindowsOS()
public static BBjNumber isClientWindowsOS()
public static BBjString getServerBBjHome()
public static BBjString getClientBBjHome()
public static BBjString getServerJavaHome()
public static BBjString getClientJavaHome()
public static BBjString getServerBBjInterpreter()
public static BBjString getClientBBjInterpreter()
public static BBjString getServerBBjConfigFile()
public static BBjString getClientBBjConfigFile()
public static BBjNumber isServerBBjInstalled()
public static BBjNumber isClientBBjInstalled()
public static BBjNumber isVPRO5Installed()
public static BBjString getVPRO5Home()
public static BBjString getVPRO5Interpreter()
public static BBjString getVPRO5Config()