net.sf.antcontrib.logic

Class OutOfDate.MyMapper

public static class OutOfDate.MyMapper extends Mapper

Wrapper for mapper - includes dir
Constructor Summary
MyMapper(Project project)
Creates a new MyMapper instance.
Method Summary
FilegetDir()
voidsetDir(File dir)

Constructor Detail

MyMapper

public MyMapper(Project project)
Creates a new MyMapper instance.

Parameters: project the current project

Method Detail

getDir

public File getDir()

Returns: the directory that the from files are relative to

setDir

public void setDir(File dir)

Parameters: dir the directory that the from files are relative to