Class OutOfDate.MyMapper

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.Mapper
net.sf.antcontrib.logic.OutOfDate.MyMapper
All Implemented Interfaces:
Cloneable
Enclosing class:
OutOfDate

public static class OutOfDate.MyMapper extends org.apache.tools.ant.types.Mapper
Wrapper for mapper - includes dir
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.tools.ant.types.Mapper

    org.apache.tools.ant.types.Mapper.MapperType
  • Field Summary

    Fields inherited from class org.apache.tools.ant.types.Mapper

    classname, classpath, from, to, type

    Fields inherited from class org.apache.tools.ant.types.DataType

    checked, ref

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
    MyMapper(org.apache.tools.ant.Project project)
    Creates a new MyMapper instance.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setDir(File dir)
     

    Methods inherited from class org.apache.tools.ant.types.Mapper

    add, addConfigured, addConfiguredMapper, createClasspath, getImplementation, getImplementationClass, getRef, setClassname, setClasspath, setClasspathRef, setFrom, setRefid, setTo, setType

    Methods inherited from class org.apache.tools.ant.types.DataType

    checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MyMapper

      public MyMapper(org.apache.tools.ant.Project project)
      Creates a new MyMapper instance.
      Parameters:
      project - the current project
  • Method Details

    • setDir

      public void setDir(File dir)
      Parameters:
      dir - the directory that the from files are relative to
    • getDir

      public File getDir()
      Returns:
      the directory that the from files are relative to