|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GuacamoleProperty | |
|---|---|
| net.sourceforge.guacamole.properties | Provides classes for reading properties from the web-application-wide guacamole.properties file. |
| Uses of GuacamoleProperty in net.sourceforge.guacamole.properties |
|---|
| Classes in net.sourceforge.guacamole.properties that implement GuacamoleProperty | |
|---|---|
class |
FileGuacamoleProperty
A GuacamoleProperty whose value is a filename. |
class |
IntegerGuacamoleProperty
A GuacamoleProperty whose value is an integer. |
class |
StringGuacamoleProperty
A GuacamoleProperty whose value is a simple string. |
| Methods in net.sourceforge.guacamole.properties with parameters of type GuacamoleProperty | ||
|---|---|---|
static
|
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties, if any. |
|
static
|
GuacamoleProperties.getRequiredProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that property in guacamole.properties. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||