Class Ek9QaFileLoader

java.lang.Object
org.ek9lang.assist.Ek9QaFileLoader

public class Ek9QaFileLoader extends Object
Loads Q&A content from .ek9 resource files listed in qa-manifest.txt. Each .ek9 file contains a JSON header (between <?- and -?>) with all QA metadata, and the code body after the header serves as the ek9Example. This makes the .ek9 file the single source of truth — compile-verified by JUnit tests.
  • Constructor Details

    • Ek9QaFileLoader

      public Ek9QaFileLoader()
  • Method Details