Package | Description |
---|---|
org.apache.guacamole.environment | |
org.apache.guacamole.properties |
Provides classes for reading properties from the web-application-wide
guacamole.properties file.
|
Modifier and Type | Method and Description |
---|---|
<Type> Type |
Environment.getProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
<Type> Type |
LocalEnvironment.getProperty(GuacamoleProperty<Type> property) |
<Type> Type |
Environment.getProperty(GuacamoleProperty<Type> property,
Type defaultValue)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties, if any.
|
<Type> Type |
LocalEnvironment.getProperty(GuacamoleProperty<Type> property,
Type defaultValue) |
<Type> Type |
Environment.getRequiredProperty(GuacamoleProperty<Type> property)
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
|
<Type> Type |
LocalEnvironment.getRequiredProperty(GuacamoleProperty<Type> property) |
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 |
LongGuacamoleProperty
A GuacamoleProperty whose value is an long.
|
class |
StringGuacamoleProperty
A GuacamoleProperty whose value is a simple string.
|
Modifier and Type | Method and Description |
---|---|
static <Type> Type |
GuacamoleProperties.getProperty(GuacamoleProperty<Type> property)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Given a GuacamoleProperty, parses and returns the value set for that
property in guacamole.properties.
|
Copyright © 2016. All rights reserved.