Uses of Package
org.apache.guacamole.properties
Packages that use org.apache.guacamole.properties
Package
Description
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Classes in org.apache.guacamole.properties used by org.apache.guacamole.environmentClassDescriptionA GuacamoleProperty whose value is an boolean.An enum that supports configuring various user and group case sensitivity settings.A GuacamoleProperty whose possible values are defined by an enum.An arbitrary set of Guacamole configuration property name/value pairs.An abstract representation of a property in the guacamole.properties file, which parses into a specific type.A GuacamoleProperty whose value is an integer.A GuacamoleProperty whose value is a simple string.
-
Classes in org.apache.guacamole.properties used by org.apache.guacamole.propertiesClassDescriptionAn enum that supports configuring various user and group case sensitivity settings.An arbitrary set of Guacamole configuration property name/value pairs.An abstract representation of a property in the guacamole.properties file, which parses into a specific type.GuacamoleProperties implementation which reads all properties from a
Properties
object.