Package net.sf.antcontrib.logic
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
ConstructorsConstructorDescriptionMyMapper
(org.apache.tools.ant.Project project) Creates a newMyMapper
instance. -
Method Summary
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
-
Constructor Details
-
MyMapper
public MyMapper(org.apache.tools.ant.Project project) Creates a newMyMapper
instance.- Parameters:
project
- the current project
-
-
Method Details
-
setDir
- Parameters:
dir
- the directory that the from files are relative to
-
getDir
- Returns:
- the directory that the from files are relative to
-