Uses of Interface
net.sourceforge.guacamole.properties.GuacamoleProperty

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
<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 © 2013. All Rights Reserved.