All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seanshubin.detangler.scanner.DirectoryScanner.scala Maven / Gradle / Ivy

There is a newer version: 0.9.4
Show newest version
package com.seanshubin.detangler.scanner

import java.nio.file.Path

trait DirectoryScanner {
  def findFiles(): Iterable[Path]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy