public abstract class FileGuacamoleProperty extends Object implements GuacamoleProperty<File>
| Constructor and Description | 
|---|
| FileGuacamoleProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| File | parseValue(String value)Parses the given string value into the type associated with this
 GuacamoleProperty. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic File parseValue(String value) throws org.apache.guacamole.GuacamoleException
GuacamolePropertyparseValue in interface GuacamoleProperty<File>value - The string value to parse.org.apache.guacamole.GuacamoleException - If an error occurs while parsing the
                            provided value.Copyright © 2017. All rights reserved.