Package org.apache.guacamole.properties
Class FileGuacamoleProperties
java.lang.Object
org.apache.guacamole.properties.PropertiesGuacamoleProperties
org.apache.guacamole.properties.FileGuacamoleProperties
- All Implemented Interfaces:
GuacamoleProperties
GuacamoleProperties implementation which reads all properties from a
standard Java properties file. Whitespace at the end of property values is
automatically trimmed.
-
Constructor Summary
ConstructorsConstructorDescriptionFileGuacamoleProperties
(File propertiesFile) Creates a new FileGuacamoleProperties which reads all properties from the given standard Java properties file. -
Method Summary
Methods inherited from class org.apache.guacamole.properties.PropertiesGuacamoleProperties
getProperty
-
Constructor Details
-
FileGuacamoleProperties
Creates a new FileGuacamoleProperties which reads all properties from the given standard Java properties file.- Parameters:
propertiesFile
- The Java properties file to read.- Throws:
org.apache.guacamole.GuacamoleException
- If an error prevents reading the given Java properties file.
-