public class LQMLauncher extends Object
| Constructor and Description |
|---|
LQMLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String message) |
static LogicalModelFormat |
getFormat(String name) |
static void |
help() |
static ScriptEngine |
loadEngine(String scriptname)
Detect and load script engines
|
static void |
main(String[] args)
The main entry point.
|
public static void main(String[] args)
args - the command line argumentspublic static LogicalModelFormat getFormat(String name)
public static void error(String message)
public static void help()
public static ScriptEngine loadEngine(String scriptname) throws Exception
scriptname - path to the script fileException - if no engine was found or loading failedCopyright © 2012–2020. All rights reserved.