public abstract class LongGuacamoleProperty extends Object implements GuacamoleProperty<Long>
Constructor and Description |
---|
LongGuacamoleProperty() |
Modifier and Type | Method and Description |
---|---|
Long |
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, wait
getName
public Long parseValue(String value) throws org.apache.guacamole.GuacamoleException
GuacamoleProperty
parseValue
in interface GuacamoleProperty<Long>
value
- The string value to parse.org.apache.guacamole.GuacamoleException
- If an error occurs while parsing the
provided value.Copyright © 2016. All rights reserved.