Class MapperAdapter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String[] EMPTY  
      private org.apache.tools.ant.types.Mapper mapper  
    • Constructor Summary

      Constructors 
      Constructor Description
      MapperAdapter​(org.apache.tools.ant.types.Mapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] mapFileName​(java.lang.String fileName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EMPTY

        private static final java.lang.String[] EMPTY
      • mapper

        private org.apache.tools.ant.types.Mapper mapper
    • Constructor Detail

      • MapperAdapter

        MapperAdapter​(org.apache.tools.ant.types.Mapper mapper)
    • Method Detail

      • mapFileName

        public java.lang.String[] mapFileName​(java.lang.String fileName)
        Specified by:
        mapFileName in interface FileNameMapper