net.entropysoft.transmorph.modifiers
Class ResolveFile
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolveFile
public ResolveFile()
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.