Uses of Class
nzilbb.util.CommandLineProgram
-
Packages that use CommandLineProgram Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotator
implementations.nzilbb.ag.cli Contains command line interface tools for manipulating annotation graphs from the command line.nzilbb.ag.util Utility classes for processing annotation graphs.nzilbb.util Utility classes for IO, program execution, ISO language code handling, etc.nzilbb.webapp Utility base class for supporting running presenting webapp-based user interfaces. -
-
Uses of CommandLineProgram in nzilbb.ag.automation.util
Subclasses of CommandLineProgram in nzilbb.ag.automation.util Modifier and Type Class Description class
Annotate
Command-line utility for running a given annotator on a given set of transcript files.class
AnnotatorWebApp
Base class for collecting together common functionality of Annatotor web app utilities.class
ConfigApp
Utility for running a stand-alone webapp for configuring anAnnotator
installation.class
ExtApp
Utility for running a stand-alone webapp forAnnotator
extras.class
Info
Utility for displaying annotator information.class
TaskApp
Utility for running a stand-alone webapp for configuring the parameters of an annotation task.class
Transcribe
Command line utility for manual testing of automatic Transcriber modules. -
Uses of CommandLineProgram in nzilbb.ag.cli
Subclasses of CommandLineProgram in nzilbb.ag.cli Modifier and Type Class Description class
Deserialize
Deserializes given files.class
Transform
Transforms given annotations graphs. -
Uses of CommandLineProgram in nzilbb.ag.util
Subclasses of CommandLineProgram in nzilbb.ag.util Modifier and Type Class Description class
DefaultOffsetGenerator
Generates default anchor offsets.class
Merger
Merges an edited version of a graph into the original version of that graph.class
Normalizer
Ensures the structure of the graph is normalized.class
Validator
Validates Graph structure. -
Uses of CommandLineProgram in nzilbb.util
Methods in nzilbb.util that return CommandLineProgram Modifier and Type Method Description CommandLineProgram
CommandLineProgram. setUsage(Boolean bNewUsage)
Setter forusage
: Whether or not to display usage informationCommandLineProgram
CommandLineProgram. setV(String newV)
Setter forv
: Version information.CommandLineProgram
CommandLineProgram. setVersion(Boolean newVersion)
Setter forversion
: Print version information. -
Uses of CommandLineProgram in nzilbb.webapp
Subclasses of CommandLineProgram in nzilbb.webapp Modifier and Type Class Description class
StandAloneWebApp
Utility for running stand-alone webapps.
-