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.apache.guacamole.GuacamoleException
value
- The string value to parse.org.apache.guacamole.GuacamoleException
- If an error occurs while parsing the
provided value.Copyright © 2016. All rights reserved.