public final class ToolLauncher extends Object
ApplicationLauncher
Modifier and Type | Field and Description |
---|---|
static int |
CLIENT_ERROR
The exit status value for client errors.
|
static int |
JOB_FAILED
The exit status value for failed jobs.
|
static int |
JOB_SUCCEEDED
The exit status value for successful jobs.
|
static int |
LAUNCH_ERROR
The exit status value for launching errors.
|
public static final int JOB_SUCCEEDED
public static final int JOB_FAILED
public static final int LAUNCH_ERROR
public static final int CLIENT_ERROR
public static void main(String... args)
args
- Tool-class-name [optional-arguments]
IllegalArgumentException
- if the parameter is null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.