Package org.apache.guacamole.properties
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Interface Summary Interface Description GuacamoleProperties An arbitrary set of Guacamole configuration property name/value pairs.GuacamoleProperty<Type> An abstract representation of a property in the guacamole.properties file, which parses into a specific type. -
Class Summary Class Description BooleanGuacamoleProperty A GuacamoleProperty whose value is an boolean.ByteArrayProperty A GuacamoleProperty whose value is a byte array.EnumGuacamoleProperty<T extends Enum<T>> A GuacamoleProperty whose possible values are defined by an enum.FileGuacamoleProperties GuacamoleProperties implementation which reads all properties from a standard Java properties file.FileGuacamoleProperty A GuacamoleProperty whose value is a filename.IntegerGuacamoleProperty A GuacamoleProperty whose value is an integer.LongGuacamoleProperty A GuacamoleProperty whose value is an long.PropertiesGuacamoleProperties GuacamoleProperties implementation which reads all properties from aProperties
object.StringGuacamoleProperty A GuacamoleProperty whose value is a simple string.StringListProperty A GuacamoleProperty whose value is a List of Strings.TimeZoneGuacamoleProperty A GuacamoleProperty whose value is a TimeZone.URIGuacamoleProperty A GuacamoleProperty whose value is a URI. -
Annotation Types Summary Annotation Type Description EnumGuacamoleProperty.PropertyValue Defines the string value which should be accepted and parsed into the annotated enum constant.