Class TimeZoneGuacamoleProperty

    • Field Detail

      • GMT_REGEX

        public static final Pattern GMT_REGEX
        A regex that matches valid variants of GMT timezones.
    • Constructor Detail

      • TimeZoneGuacamoleProperty

        public TimeZoneGuacamoleProperty()
    • Method Detail

      • parseValue

        public TimeZone 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<TimeZone>
        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.