Class FromFileSystem

java.lang.Object
org.apache.creadur.whisker.scan.FromFileSystem

public class FromFileSystem extends Object
Scans directories for resources, within a file system.
  • Constructor Details

    • FromFileSystem

      public FromFileSystem()
      Base constructor.
  • Method Details

    • withBase

      public Collection<Directory> withBase(String base) throws IOException
      Builds description based on given directory.
      Parameters:
      base - names the base directory, not null
      Returns:
      collected directories within the base, not null
      Throws:
      IOException - when the scanning fails