Uses of Package
org.apache.guacamole.properties
-
Packages that use org.apache.guacamole.properties Package Description org.apache.guacamole.environment org.apache.guacamole.properties Provides classes for reading properties from the web-application-wide guacamole.properties file. -
Classes in org.apache.guacamole.properties used by org.apache.guacamole.environment Class Description BooleanGuacamoleProperty A GuacamoleProperty whose value is an boolean.GuacamoleProperties An arbitrary set of Guacamole configuration property name/value pairs.GuacamoleProperty An abstract representation of a property in the guacamole.properties file, which parses into a specific type.IntegerGuacamoleProperty A GuacamoleProperty whose value is an integer.StringGuacamoleProperty A GuacamoleProperty whose value is a simple string. -
Classes in org.apache.guacamole.properties used by org.apache.guacamole.properties Class Description GuacamoleProperties An arbitrary set of Guacamole configuration property name/value pairs.GuacamoleProperty An abstract representation of a property in the guacamole.properties file, which parses into a specific type.PropertiesGuacamoleProperties GuacamoleProperties implementation which reads all properties from aProperties
object.