Uses of Interface
org.apache.guacamole.properties.GuacamoleProperties
-
Packages that use GuacamoleProperties Package Description org.apache.guacamole.environment org.apache.guacamole.properties 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 GuacamoleProperties Modifier and Type Method Description voidDelegatingEnvironment. 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.properties
Classes in org.apache.guacamole.properties that implement GuacamoleProperties Modifier and Type Class Description classFileGuacamolePropertiesGuacamoleProperties implementation which reads all properties from a standard Java properties file.classPropertiesGuacamolePropertiesGuacamoleProperties implementation which reads all properties from aPropertiesobject.
-