Package org.a11y.brlapi.clients
Class SetParameterClient
- java.lang.Object
-
- org.a11y.brlapi.Component
-
- org.a11y.brlapi.ProgramComponent
-
- org.a11y.brlapi.Program
-
- org.a11y.brlapi.Client
-
- org.a11y.brlapi.clients.SetParameterClient
-
- All Implemented Interfaces:
java.lang.Runnable
public class SetParameterClient extends Client
-
-
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 Constructor Description SetParameterClient(java.lang.String... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
processParameters(java.lang.String[] parameters)
protected 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
-
-
-
-
Method Detail
-
processParameters
protected void processParameters(java.lang.String[] parameters) throws SyntaxException
- Overrides:
processParameters
in classProgram
- Throws:
SyntaxException
-
runClient
protected final void runClient(Connection connection) throws OperandException
- Specified by:
runClient
in classClient
- Throws:
OperandException
-
-