Class ApiToolCommand
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ProgramComponent
org.a11y.brlapi.Program
org.a11y.brlapi.commands.ApiToolCommand
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class Program
Program.Option -
Field Summary
Fields inherited from class Program
USAGE_OPTIONAL_BEGIN, USAGE_OPTIONAL_END, USAGE_REPEATING_INDICATORFields inherited from class ProgramComponent
EXIT_CODE_EXTERNAL, EXIT_CODE_INTERNAL, EXIT_CODE_SEMANTIC, EXIT_CODE_SUCCESS, EXIT_CODE_SYNTAXFields inherited from class Component
BYTE_MASK, UNICODE_BRAILLE_ROW -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidextendUsageSummary(StringBuilder usage) static voidprotected final voidprocessParameters(String[] parameters) protected final voidMethods inherited from class Program
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getProgramName, getUsageSummary, isClient, onProgramException, run, setProgramName, writeProgramMessageMethods inherited from class ProgramComponent
isClient, isClientMethods inherited from class Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Constructor Details
-
ApiToolCommand
-
-
Method Details
-
getPurpose
- Overrides:
getPurposein classProgram
-
extendUsageSummary
- Overrides:
extendUsageSummaryin classProgram
-
processParameters
- Overrides:
processParametersin classProgram- Throws:
SyntaxException
-
runProgram
- Specified by:
runProgramin classProgram- Throws:
ProgramException
-
main
-