Type - The type this GuacamoleProperty will parse into.public interface GuacamoleProperty<Type>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the property in guacamole.properties that this
GuacamoleProperty will parse.
|
Type |
parseValue(String value)
Parses the given string value into the type associated with this
GuacamoleProperty.
|
String getName()
Type parseValue(String value) throws org.glyptodon.guacamole.GuacamoleException
value - The string value to parse.org.glyptodon.guacamole.GuacamoleException - If an error occurs while parsing the
provided value.Copyright © 2015. All rights reserved.