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.
|
EnumGuacamoleProperty<T extends Enum<T>> |
A GuacamoleProperty whose possible values are defined by an enum.
|
FileGuacamoleProperty |
A GuacamoleProperty whose value is a filename.
|
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.
|
URIGuacamoleProperty |
A GuacamoleProperty whose value is a URI.
|
Annotation Type | Description |
---|---|
EnumGuacamoleProperty.PropertyValue |
Defines the string value which should be accepted and parsed into the
annotated enum constant.
|
Copyright © 2020. All rights reserved.