public class SiGMLPlayer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTO_QUIT
Auto Quit option key name.
|
static java.lang.String |
AUTO_RUN
Auto Run option key name.
|
static java.lang.String |
AUTO_VIDEO
Auto Video generation option key name.
|
static java.lang.String |
PREEMPT_SIGML
Preempt or Queue option key name.
|
static java.lang.String |
SIGML_BASE_KEY
SiGML Base option key name.
|
static java.lang.String |
SIGML_FILE_KEY
SiGML File option key name.
|
static java.lang.String |
VIDEO_BASE_KEY
Video Base option key name.
|
static java.lang.String |
VIDEO_FILE_KEY
Video File option key name.
|
Constructor and Description |
---|
SiGMLPlayer(java.lang.String[] args)
Creates a new SiGML-URL-App instance using the given command line
arguments to determine the options settings.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method -- creates a new instance of the app with the given CL args.
|
public static final java.lang.String SIGML_BASE_KEY
public static final java.lang.String SIGML_FILE_KEY
public static final java.lang.String VIDEO_BASE_KEY
public static final java.lang.String VIDEO_FILE_KEY
public static final java.lang.String PREEMPT_SIGML
public static final java.lang.String AUTO_RUN
public static final java.lang.String AUTO_VIDEO
public static final java.lang.String AUTO_QUIT
public SiGMLPlayer(java.lang.String[] args) throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException, java.io.IOException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.io.IOException
public static void main(java.lang.String[] args) throws java.lang.InterruptedException, java.lang.reflect.InvocationTargetException, java.io.IOException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.io.IOException