com.omnipilot.lassopro
Class LassoParams

java.lang.Object
  extended bycom.omnipilot.lassopro.LassoParams

public class LassoParams
extends java.lang.Object

These constants signify the different parameters which can be retrieved from the LassoCall.getLassoParam method.

See Also:
LassoCall.getLassoParam(int, com.omnipilot.lassopro.LassoValue)

Field Summary
static int LassoErrorsFilePath
          relative path to errors log file
static int ModulesFolderPath
          path to LassoModules folder
static int ScriptsRoot
          relative path to scripts root
static int ScriptsSiteRoot
          relative path to site scripts root (most likely includes ScriptsRoot)
static int StartupItemsFolderPath
          relative path to LassoStartup folder
static int StorageHost
          address of the Lasso MySQL host
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ModulesFolderPath

public static final int ModulesFolderPath
path to LassoModules folder

See Also:
Constant Field Values

StartupItemsFolderPath

public static final int StartupItemsFolderPath
relative path to LassoStartup folder

See Also:
Constant Field Values

LassoErrorsFilePath

public static final int LassoErrorsFilePath
relative path to errors log file

See Also:
Constant Field Values

StorageHost

public static final int StorageHost
address of the Lasso MySQL host

See Also:
Constant Field Values

ScriptsRoot

public static final int ScriptsRoot
relative path to scripts root

See Also:
Constant Field Values

ScriptsSiteRoot

public static final int ScriptsSiteRoot
relative path to site scripts root (most likely includes ScriptsRoot)

See Also:
Constant Field Values