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.environmentMethods in org.apache.guacamole.environment with parameters of type GuacamolePropertiesModifier and TypeMethodDescriptionvoidDelegatingEnvironment.addGuacamoleProperties(GuacamoleProperties properties) default voidEnvironment.addGuacamoleProperties(GuacamoleProperties properties) Adds another possible source of Guacamole configuration properties to this Environment.voidLocalEnvironment.addGuacamoleProperties(GuacamoleProperties properties) 
- 
Uses of GuacamoleProperties in org.apache.guacamole.propertiesClasses in org.apache.guacamole.properties that implement GuacamolePropertiesModifier and TypeClassDescriptionclassGuacamoleProperties implementation which reads all properties from a standard Java properties file.classGuacamoleProperties implementation which reads all properties from aPropertiesobject.