Uses of Interface
org.apache.guacamole.properties.GuacamoleProperties
Packages that use GuacamoleProperties
Package
Description
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Uses of GuacamoleProperties in org.apache.guacamole.environment
Methods in org.apache.guacamole.environment with parameters of type GuacamolePropertiesModifier and TypeMethodDescriptionvoid
DelegatingEnvironment.addGuacamoleProperties
(GuacamoleProperties properties) default void
Environment.addGuacamoleProperties
(GuacamoleProperties properties) Adds another possible source of Guacamole configuration properties to this Environment.void
LocalEnvironment.addGuacamoleProperties
(GuacamoleProperties properties) -
Uses of GuacamoleProperties in org.apache.guacamole.properties
Classes in org.apache.guacamole.properties that implement GuacamolePropertiesModifier and TypeClassDescriptionclass
GuacamoleProperties implementation which reads all properties from a standard Java properties file.class
GuacamoleProperties implementation which reads all properties from aProperties
object.