Uses of Interface
org.apache.guacamole.properties.GuacamoleProperty
Packages that use GuacamoleProperty
Package
Description
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
-
Uses of GuacamoleProperty in org.apache.guacamole.environment
Methods in org.apache.guacamole.environment with parameters of type GuacamolePropertyModifier and TypeMethodDescription<Type> TypeDelegatingEnvironment.getProperty(GuacamoleProperty<Type> property) <Type> TypeDelegatingEnvironment.getProperty(GuacamoleProperty<Type> property, Type defaultValue) <Type> TypeEnvironment.getProperty(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> TypeEnvironment.getProperty(GuacamoleProperty<Type> property, Type defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> TypeLocalEnvironment.getProperty(GuacamoleProperty<Type> property) <Type> TypeLocalEnvironment.getProperty(GuacamoleProperty<Type> property, Type defaultValue) <Type> Collection<Type> DelegatingEnvironment.getPropertyCollection(GuacamoleProperty<Type> property) <Type> Collection<Type> DelegatingEnvironment.getPropertyCollection(GuacamoleProperty<Type> property, Collection<Type> defaultValue) <Type> Collection<Type> DelegatingEnvironment.getPropertyCollection(GuacamoleProperty<Type> property, Type defaultValue) default <Type> Collection<Type> Environment.getPropertyCollection(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns a sorted Collection of the value set for that property in guacamole.properties, if any.default <Type> Collection<Type> Environment.getPropertyCollection(GuacamoleProperty<Type> property, Collection<Type> defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.default <Type> Collection<Type> Environment.getPropertyCollection(GuacamoleProperty<Type> property, Type defaultValue) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any.<Type> Collection<Type> LocalEnvironment.getPropertyCollection(GuacamoleProperty<Type> property) <Type> Collection<Type> LocalEnvironment.getPropertyCollection(GuacamoleProperty<Type> property, Collection<Type> defaultValue) <Type> Collection<Type> LocalEnvironment.getPropertyCollection(GuacamoleProperty<Type> property, Type defaultValue) <Type> TypeDelegatingEnvironment.getRequiredProperty(GuacamoleProperty<Type> property) <Type> TypeEnvironment.getRequiredProperty(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties.<Type> TypeLocalEnvironment.getRequiredProperty(GuacamoleProperty<Type> property) <Type> Collection<Type> DelegatingEnvironment.getRequiredPropertyCollection(GuacamoleProperty<Type> property) default <Type> Collection<Type> Environment.getRequiredPropertyCollection(GuacamoleProperty<Type> property) Given a GuacamoleProperty, parses and returns a sorted Collection of values for that property in guacamole.properties.<Type> Collection<Type> LocalEnvironment.getRequiredPropertyCollection(GuacamoleProperty<Type> property) -
Uses of GuacamoleProperty in org.apache.guacamole.properties
Classes in org.apache.guacamole.properties that implement GuacamolePropertyModifier and TypeClassDescriptionclassA GuacamoleProperty whose value is an boolean.classA GuacamoleProperty whose value is a byte array.classEnumGuacamoleProperty<T extends Enum<T>>A GuacamoleProperty whose possible values are defined by an enum.classA GuacamoleProperty whose value is a filename.classA GuacamoleProperty whose value is an integer.classA GuacamoleProperty implementation that parses a String for a comma-separated list of IP addresses and/or IP subnets, both IPv4 and IPv6, and returns the list of those valid IP addresses/subnets.classA GuacamoleProperty whose value is an long.classA GuacamoleProperty whose value is a simple string.classDeprecated.This class is now deprecated in favor of using the StringGuacamoleProperty class with the parseValueCollection method.classA GuacamoleProperty whose value is a TimeZone.classA GuacamoleProperty whose value is a URI.