Package org.apache.guacamole.properties
Class FileGuacamoleProperties
- java.lang.Object
-
- org.apache.guacamole.properties.PropertiesGuacamoleProperties
-
- org.apache.guacamole.properties.FileGuacamoleProperties
-
- All Implemented Interfaces:
GuacamoleProperties
public class FileGuacamoleProperties extends PropertiesGuacamoleProperties
GuacamoleProperties implementation which reads all properties from a standard Java properties file.
-
-
Constructor Summary
Constructors Constructor Description FileGuacamoleProperties(File propertiesFile)
Creates a new FileGuacamoleProperties which reads all properties from the given standard Java properties file.
-
-
-
Constructor Detail
-
FileGuacamoleProperties
public FileGuacamoleProperties(File propertiesFile) throws org.apache.guacamole.GuacamoleException
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.
-
-