Class JarFileScanner

java.lang.Object
org.jbehave.core.io.JarFileScanner

public class JarFileScanner extends Object
Find all matching file entries in a jar.
  • Constructor Details

  • Method Details

    • scan

      public List<String> scan()
      Scans the jar file and returns the paths that match the includes and excludes.
      Returns:
      A List of paths
      Throws:
      An - IllegalStateException when an I/O error occurs in reading the jar file.