Class IsDevSource

java.lang.Object
org.ek9lang.compiler.common.IsDevSource
All Implemented Interfaces:
Predicate<String>

public class IsDevSource extends Object implements Predicate<String>
Predicate to check if a source file path represents a development source. Development sources are located in the 'dev/' subdirectory and are excluded from coverage metrics (like JaCoCo excludes test classes).
  • Constructor Details

    • IsDevSource

      public IsDevSource(String baseDirectory)
      Create predicate with base directory for relative path computation.
      Parameters:
      baseDirectory - The base source directory
  • Method Details