Class FileGuacamoleProperties

  • All Implemented Interfaces:
    GuacamoleProperties

    public class FileGuacamoleProperties
    extends PropertiesGuacamoleProperties
    GuacamoleProperties implementation which reads all properties from a standard Java properties file. Whitespace at the end of property values is automatically trimmed.
    • 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.