Package | Description |
---|---|
net.sourceforge.guacamole.properties |
Modifier and Type | Class and Description |
---|---|
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.getRequiredProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
|
Copyright © 2012. All Rights Reserved.