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 void
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 GuacamoleProperties Modifier and Type Class Description class
FileGuacamoleProperties
GuacamoleProperties implementation which reads all properties from a standard Java properties file.class
PropertiesGuacamoleProperties
GuacamoleProperties implementation which reads all properties from aProperties
object.
-