Class StringGuacamoleProperty

    • Constructor Detail

      • StringGuacamoleProperty

        public StringGuacamoleProperty()
    • Method Detail

      • parseValue

        public String parseValue​(String value)
                          throws org.apache.guacamole.GuacamoleException
        Description copied from interface: GuacamoleProperty
        Parses the given string value into the type associated with this GuacamoleProperty.
        Specified by:
        parseValue in interface GuacamoleProperty<String>
        Parameters:
        value - The string value to parse.
        Returns:
        The parsed value.
        Throws:
        org.apache.guacamole.GuacamoleException - If an error occurs while parsing the provided value.