public abstract class TimeZoneGuacamoleProperty extends Object implements GuacamoleProperty<TimeZone>
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
GMT_REGEX
A regex that matches valid variants of GMT timezones.
|
| Constructor and Description |
|---|
TimeZoneGuacamoleProperty() |
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
parseValue(String value)
Parses the given string value into the type associated with this
GuacamoleProperty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic static final Pattern GMT_REGEX
public TimeZone parseValue(String value) throws org.apache.guacamole.GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<TimeZone>value - The string value to parse.org.apache.guacamole.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2020. All rights reserved.