Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1828

GDK: Add eachDirMatch and eachDirRecurse on File

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0
    • 1.1-beta-1
    • groovy-jdk
    • None

    Description

      on File the GDK has following methods

      void eachDir(closure)
      void eachFile(closure)
      void eachFileMatch(filter, closure)
      void eachFileRecurse(closure)

      for coherence it would be good to have:

      void eachDirMatch(filter, closure)
      void eachDirRecurse(closure)

      See discussion in dev mailing list:
      http://www.nabble.com/Adding-eachDirMatch-and-eachDirRecurse--tf3473673.html#a9694265

      Attachments

        Activity

          People

            mguillem mguillem
            mguillemot@yahoo.fr Marc Guillemot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: