org.apache.tools.ant.util

Class IdentityMapper

Implemented Interfaces:
FileNameMapper

public class IdentityMapper
extends java.lang.Object
implements FileNameMapper

Implementation of FileNameMapper that always returns the source file name.

This is the default FileNameMapper for the copy and move tasks.

Method Summary

String[]
mapFileName(String sourceFileName)
Returns an one-element array containing the source file name.
void
setFrom(String from)
Ignored.
void
setTo(String to)
Ignored.

Method Details

mapFileName

public String[] mapFileName(String sourceFileName)
Returns an one-element array containing the source file name.
Specified by:
mapFileName in interface FileNameMapper


setFrom

public void setFrom(String from)
Ignored.
Specified by:
setFrom in interface FileNameMapper


setTo

public void setTo(String to)
Ignored.
Specified by:
setTo in interface FileNameMapper


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.