net.entropysoft.transmorph.modifiers
Class ResolveFile

java.lang.Object
  extended by net.entropysoft.transmorph.modifiers.ResolveFile
All Implemented Interfaces:
IModifier<File>

public class ResolveFile
extends Object
implements IModifier<File>

Modifier that calls getAbsoluteFile on File

Author:
Cedric Chabanois (cchabanois at gmail.com)

Constructor Summary
ResolveFile()
           
 
Method Summary
 File modify(ConversionContext context, File object)
          Modify and return given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveFile

public ResolveFile()
Method Detail

modify

public File modify(ConversionContext context,
                   File object)
            throws ModifierException
Description copied from interface: IModifier
Modify and return given object. It can also be used to verify some things on the object and throw a ModifierException if necessary

Specified by:
modify in interface IModifier<File>
Returns:
Throws:
ModifierException


Copyright © 2008-2010 EntropySoft. All Rights Reserved.