public class GuacamoleInstruction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GuacamoleInstruction.Operation
The operation performed by a particular Guacamole instruction.
|
Constructor and Description |
---|
GuacamoleInstruction(GuacamoleInstruction.Operation operation,
String... args)
Creates a new GuacamoleInstruction having the given Operation and
list of arguments values.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getArgs()
Returns an array of all argument values specified for this
GuacamoleInstruction.
|
GuacamoleInstruction.Operation |
getOperation()
Returns the Operation associated with this GuacamoleInstruction.
|
String |
toString()
Returns this GuacamoleInstruction in the form it would be sent over the
Guacamole protocol.
|
public GuacamoleInstruction(GuacamoleInstruction.Operation operation, String... args)
operation
- The Operation of the instruction to create.args
- The list of argument values to provide in the new
instruction if any.public GuacamoleInstruction.Operation getOperation()
public String[] getArgs()
Copyright © 2012. All Rights Reserved.