Package | Description |
---|---|
net.sourceforge.guacamole.properties |
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanGuacamoleProperty
A GuacamoleProperty whose value is an boolean.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static <Type> Type |
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
static <Type> Type |
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property,
Type defaultValue)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
static <Type> Type |
GuacamoleProperties.getRequiredProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
|
Copyright © 2013. All Rights Reserved.