com.phenix.pct
Class PCTBgCompile.RCodeMapper

java.lang.Object
  extended by com.phenix.pct.PCTBgCompile.RCodeMapper
All Implemented Interfaces:
org.apache.tools.ant.util.FileNameMapper
Enclosing class:
PCTBgCompile

public static class PCTBgCompile.RCodeMapper
extends Object
implements org.apache.tools.ant.util.FileNameMapper


Constructor Summary
PCTBgCompile.RCodeMapper()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PCTBgCompile.RCodeMapper

public PCTBgCompile.RCodeMapper()
Method Detail

setFrom

public void setFrom(String from)
Ignored.

Specified by:
setFrom in interface org.apache.tools.ant.util.FileNameMapper
Parameters:
from - ignored.

setTo

public void setTo(String to)
Ignored.

Specified by:
setTo in interface org.apache.tools.ant.util.FileNameMapper
Parameters:
to - ignored.

mapFileName

public String[] mapFileName(String sourceFileName)
Returns an one-element array containing the source file name.

Specified by:
mapFileName in interface org.apache.tools.ant.util.FileNameMapper
Parameters:
sourceFileName - the name to map.
Returns:
the source filename in a one-element array.


Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.