Uses of Class
nzilbb.labbcat.util.CommandLine
-
Packages that use CommandLine Package Description nzilbb.labbcat.util Command line utilities. -
-
Uses of CommandLine in nzilbb.labbcat.util
Methods in nzilbb.labbcat.util that return CommandLine Modifier and Type Method Description CommandLineCommandLine. setIndent(Boolean newIndent)Setter forindent: Whether to indent JSON for readability.CommandLineCommandLine. setLabbcatUrl(String newLabbcatUrl)Setter forlabbcatUrl: Base URL for the LaBB-CAT server.CommandLineCommandLine. setPassword(String newPassword)Setter forpassword: Password for LaBB-CAT.CommandLineCommandLine. setUsername(String newUsername)Setter forusername: Username for LaBB-CAT.CommandLineCommandLine. setVerbose(Boolean newVerbose)Setter forverbose: Whether to produce verbose logging.
-