Class FileGuacamoleProperties

    • 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.