Class OutOfDate.MyMapper

  • All Implemented Interfaces:
    java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getDir()  
      void setDir​(java.io.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 Detail

      • MyMapper

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

      • setDir

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

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