Uses of Class
nzilbb.util.CommandLineProgram
-
Packages that use CommandLineProgram Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotatorimplementations.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 classAnnotateCommand-line utility for running a given annotator on a given set of transcript files.classAnnotatorWebAppBase class for collecting together common functionality of Annatotor web app utilities.classConfigAppUtility for running a stand-alone webapp for configuring anAnnotatorinstallation.classExtAppUtility for running a stand-alone webapp forAnnotatorextras.classInfoUtility for displaying annotator information.classTaskAppUtility for running a stand-alone webapp for configuring the parameters of an annotation task.classTranscribeCommand 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 classDeserializeDeserializes given files.classTransformTransforms given annotations graphs. -
Uses of CommandLineProgram in nzilbb.ag.util
Subclasses of CommandLineProgram in nzilbb.ag.util Modifier and Type Class Description classDefaultOffsetGeneratorGenerates default anchor offsets.classMergerMerges an edited version of a graph into the original version of that graph.classNormalizerEnsures the structure of the graph is normalized.classValidatorValidates Graph structure. -
Uses of CommandLineProgram in nzilbb.util
Methods in nzilbb.util that return CommandLineProgram Modifier and Type Method Description CommandLineProgramCommandLineProgram. setUsage(Boolean bNewUsage)Setter forusage: Whether or not to display usage informationCommandLineProgramCommandLineProgram. setV(String newV)Setter forv: Version information.CommandLineProgramCommandLineProgram. 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 classStandAloneWebAppUtility for running stand-alone webapps.
-