See: Description
| Interface | Description |
|---|---|
| GuacamoleProperty<Type> |
An abstract representation of a property in the guacamole.properties file,
which parses into a specific type.
|
| Class | Description |
|---|---|
| BooleanGuacamoleProperty |
A GuacamoleProperty whose value is an boolean.
|
| FileGuacamoleProperty |
A GuacamoleProperty whose value is a filename.
|
| GuacamoleHome |
Abstract representation of the Guacamole configuration directory.
|
| GuacamoleProperties |
Simple utility class for reading properties from the guacamole.properties
file.
|
| IntegerGuacamoleProperty |
A GuacamoleProperty whose value is an integer.
|
| LongGuacamoleProperty |
A GuacamoleProperty whose value is an long.
|
| StringGuacamoleProperty |
A GuacamoleProperty whose value is a simple string.
|
Copyright © 2014. All Rights Reserved.