Class WriteArgumentsClient
java.lang.Object
org.a11y.brlapi.Component
org.a11y.brlapi.ProgramComponent
org.a11y.brlapi.Program
org.a11y.brlapi.Client
org.a11y.brlapi.clients.PauseClient
org.a11y.brlapi.clients.WriteArgumentsClient
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class Client
Client.ClientTask, Client.RawModeTask, Client.TtyModeTaskNested classes/interfaces inherited from class Program
Program.Option -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class PauseClient
DEFAULT_WAIT_TIME, MINIMUM_WAIT_TIMEFields 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) protected final voidrunClient(Connection connection) Methods inherited from class PauseClient
getWaitTime, pauseMethods inherited from class Client
getParameter, pause, rawMode, rawMode, runProgram, setAuthenticationScheme, setServerHost, ttyMode, ttyModeMethods inherited from class Program
addOption, addOptionalParameters, addRepeatingParameter, addRequiredParameters, getProgramName, getPurpose, getUsageSummary, isClient, onProgramException, processParameters, run, setProgramName, writeProgramMessageMethods inherited from class ProgramComponent
isClient, isClientMethods inherited from class Component
getObjectName, getObjectName, printf, toOperandName, toUnicodeBraille, toUnicodeBraille
-
Field Details
-
MINIMUM_REGION_BEGIN
public static final int MINIMUM_REGION_BEGIN- See Also:
-
MINIMUM_REGION_SIZE
public static final int MINIMUM_REGION_SIZE- See Also:
-
-
Constructor Details
-
WriteArgumentsClient
-
-
Method Details
-
extendUsageSummary
- Overrides:
extendUsageSummaryin classPauseClient
-
runClient
- Overrides:
runClientin classPauseClient- Throws:
ProgramException
-