org.glyptodon.guacamole.properties
public abstract class BooleanGuacamoleProperty extends Object implements GuacamoleProperty<Boolean>
| Constructor and Description |
|---|
BooleanGuacamoleProperty() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
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 Boolean parseValue(String value) throws org.glyptodon.guacamole.GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<Boolean>value - The string value to parse.org.glyptodon.guacamole.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2014. All Rights Reserved.