it.haefelinger.flaka
Class GlobMap

java.lang.Object
  extended by org.apache.tools.ant.util.GlobPatternMapper
      extended by it.haefelinger.flaka.GlobMap
All Implemented Interfaces:
FileNameMapper

public class GlobMap
extends GlobPatternMapper

Since:
1.0
Author:
merzedes

Field Summary
 
Fields inherited from class org.apache.tools.ant.util.GlobPatternMapper
fromPostfix, fromPrefix, postfixLength, prefixLength, toPostfix, toPrefix
 
Constructor Summary
GlobMap()
           
 
Method Summary
 String[] mapFileName(String s)
           
 
Methods inherited from class org.apache.tools.ant.util.GlobPatternMapper
extractVariablePart, setCaseSensitive, setFrom, setHandleDirSep, setTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobMap

public GlobMap()
Method Detail

mapFileName

public String[] mapFileName(String s)
Specified by:
mapFileName in interface FileNameMapper
Overrides:
mapFileName in class GlobPatternMapper