net.sourceforge.guacamole.properties
Class StringGuacamoleProperty

java.lang.Object
  extended by 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

Constructor Summary
StringGuacamoleProperty()
           
 
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
 
Methods inherited from interface net.sourceforge.guacamole.properties.GuacamoleProperty
getName
 

Constructor Detail

StringGuacamoleProperty

public StringGuacamoleProperty()
Method Detail

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 © 2012. All Rights Reserved.