Package org.a11y.brlapi.clients
Class ListParametersClient
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ProgramComponent
org.a11y.brlapi.Program
org.a11y.brlapi.Client
org.a11y.brlapi.clients.ListParametersClient
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.a11y.brlapi.Client
Client.ClientTask, Client.RawModeTask, Client.TtyModeTask
Nested classes/interfaces inherited from class org.a11y.brlapi.Program
Program.Option
-
Field Summary
Fields inherited from class org.a11y.brlapi.Program
USAGE_OPTIONAL_BEGIN, USAGE_OPTIONAL_END, USAGE_REPEATING_INDICATOR
Fields inherited from class org.a11y.brlapi.ProgramComponent
EXIT_CODE_EXTERNAL, EXIT_CODE_INTERNAL, EXIT_CODE_SEMANTIC, EXIT_CODE_SUCCESS, EXIT_CODE_SYNTAX
Fields inherited from class org.a11y.brlapi.Component
BYTE_MASK, UNICODE_BRAILLE_ROW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
processParameters
(String[] parameters) protected final void
runClient
(Connection connection) Methods inherited from class org.a11y.brlapi.Client
extendUsageSummary, getParameter, pause, rawMode, rawMode, runProgram, setAuthenticationScheme, setServerHost, ttyMode, ttyMode
Methods inherited from class org.a11y.brlapi.Program
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getProgramName, getPurpose, getUsageSummary, isClient, onProgramException, run, setProgramName, writeProgramMessage
Methods inherited from class org.a11y.brlapi.ProgramComponent
isClient, isClient
Methods inherited from class org.a11y.brlapi.Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Constructor Details
-
ListParametersClient
-
-
Method Details
-
processParameters
- Overrides:
processParameters
in classProgram
- Throws:
SyntaxException
-
runClient
- Specified by:
runClient
in classClient
- Throws:
SemanticException
-