net.officefloor.eclipse.common.dialog.input.translator
Class ResourceFullPathValueTranslator

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

Constructor Summary
ResourceFullPathValueTranslator()
           
 
Method Summary
 Object translate(Object inputValue)
          Translates the Input value to the value for use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceFullPathValueTranslator

public ResourceFullPathValueTranslator()
Method Detail

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.