net.sourceforge.guacamole.properties
Class StringGuacamoleProperty
java.lang.Object
net.sourceforge.guacamole.properties.StringGuacamoleProperty
- All Implemented Interfaces:
- GuacamoleProperty<String>
public abstract class StringGuacamoleProperty
- extends Object
- implements GuacamoleProperty<String>
A GuacamoleProperty whose value is a simple string.
- Author:
- Michael Jumper
Method Summary |
String |
parseValue(String value)
Parses the given string value into the type associated with this
GuacamoleProperty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringGuacamoleProperty
public StringGuacamoleProperty()
parseValue
public String parseValue(String value)
throws GuacamoleException
- Description copied from interface:
GuacamoleProperty
- Parses the given string value into the type associated with this
GuacamoleProperty.
- Specified by:
parseValue
in interface GuacamoleProperty<String>
- Parameters:
value
- The string value to parse.
- Returns:
- The parsed value.
- Throws:
GuacamoleException
- If an error occurs while parsing the
provided value.
Copyright © 2013. All Rights Reserved.