net.officefloor.eclipse.common.dialog.input.translator
Class ResourceFullPathValueTranslator
java.lang.Object
net.officefloor.eclipse.common.dialog.input.translator.ResourceFullPathValueTranslator
- All Implemented Interfaces:
- ValueTranslator
public class ResourceFullPathValueTranslator
- extends Object
- implements ValueTranslator
ValueTranslator to obtain the full path from an input
IResource.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceFullPathValueTranslator
public ResourceFullPathValueTranslator()
translate
public Object translate(Object inputValue)
throws InvalidValueException
- Description copied from interface:
ValueTranslator
- Translates the
Input value to the value for use.
- Specified by:
translate in interface ValueTranslator
- Returns:
- Translated value.
- Throws:
InvalidValueException - If Input value is invalid and can not be converted to
the value for use.
Copyright © 2005-2013. All Rights Reserved.