net.sourceforge.guacamole.properties
Class FileGuacamoleProperty

java.lang.Object
  extended by net.sourceforge.guacamole.properties.FileGuacamoleProperty
All Implemented Interfaces:
GuacamoleProperty<File>

public abstract class FileGuacamoleProperty
extends Object
implements GuacamoleProperty<File>

A GuacamoleProperty whose value is a filename.

Author:
Michael Jumper

Constructor Summary
FileGuacamoleProperty()
           
 
Method Summary
 File 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

FileGuacamoleProperty

public FileGuacamoleProperty()
Method Detail

parseValue

public File 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<File>
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.