public class AddAnnotatedFor
extends java.lang.Object
@AnnotatedFor class annotations. The main(java.lang.String[]) method acts as
a filter: it reads a JAIF from standard input and writes an augmented JAIF to standard output.| Constructor and Description |
|---|
AddAnnotatedFor() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAnnotatedFor(scenelib.annotations.el.AScene scene) |
static void |
main(java.lang.String[] args)
Reads JAIF from the file indicated by the first element, or standard input if the argument
array is empty; inserts any appropriate
@AnnotatedFor annotations, based on the
annotations defined in the input JAIF; and writes the augmented JAIF to standard output. |
public static void main(java.lang.String[] args)
throws java.io.IOException,
scenelib.annotations.el.DefException,
scenelib.annotations.io.ParseException
@AnnotatedFor annotations, based on the
annotations defined in the input JAIF; and writes the augmented JAIF to standard output.java.io.IOExceptionscenelib.annotations.el.DefExceptionscenelib.annotations.io.ParseExceptionpublic static void addAnnotatedFor(scenelib.annotations.el.AScene scene)