public class CaseInsensitiveGlobPatternMapper
extends org.apache.tools.ant.util.GlobPatternMapper
This does the same name translations as
org.apache.tools.ant.util.GlobPatternMapper does,
but ignores case when comparing parts of name with patterns.
| Constructor and Description |
|---|
CaseInsensitiveGlobPatternMapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
mapFileName(java.lang.String sourceFileName)
Returns null if the source file name doesn't match the
"from" pattern, an one-element array containing the
translated file otherwise.
|
public java.lang.String[] mapFileName(java.lang.String sourceFileName)
mapFileName in interface org.apache.tools.ant.util.FileNameMappermapFileName in class org.apache.tools.ant.util.GlobPatternMapperCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.