bsys.launcher.Launcher Class Reference
List of all members.
Static Public Member Functions |
static int | run (final boolean spawn, final String thisClassName, final String[] theseArguments, final Environment.Variable[] theseVars, final String...theseExtraJars) |
static Environment.Variable | makeEnvironmentVariable (final String thisKey, final String thisValue) |
static void | main (final String[] args) throws IOException |
Static Public Attributes |
static String | MAXMEM = "1024M" |
static String | JVMARGS = "-Xms1024M -Xmx1024M" |
static String | NAME = "wnscope" |
Detailed Description
Launcher (actually an Ant launcher wrap-around)
- Author:
- Bernard Bou
Member Function Documentation
static void bsys.launcher.Launcher.main |
( |
final String[] |
args |
) |
throws IOException [static] |
static Environment.Variable bsys.launcher.Launcher.makeEnvironmentVariable |
( |
final String |
thisKey, |
|
|
final String |
thisValue | |
|
) |
| | [static] |
Make environment variable
- Parameters:
-
| thisKey | key |
| thisValue | value |
- Returns:
- environment variable
static int bsys.launcher.Launcher.run |
( |
final boolean |
spawn, |
|
|
final String |
thisClassName, |
|
|
final String[] |
theseArguments, |
|
|
final Environment.Variable[] |
theseVars, |
|
|
final String... |
theseExtraJars | |
|
) |
| | [static] |
Run
- Parameters:
-
| spawn | whether to span process |
| thisClassName | class name |
| theseArguments | args |
| theseVars | system variables |
| theseExtraJars | extra jars to add in path |
- Returns:
- code
Member Data Documentation
The documentation for this class was generated from the following file:
- /opt/devel/wnscope/WordNetScopeLauncher/src/bsys/launcher/Launcher.java