|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Type
- The type this GuacamoleProperty will parse into.public interface GuacamoleProperty<Type>
An abstract representation of a property in the guacamole.properties file, which parses into a specific type.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
Type parseValue(String value) throws GuacamoleException
value
- The string value to parse.
GuacamoleException
- If an error occurs while parsing the
provided value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |