Class ProtocolQaFileLoader

java.lang.Object
org.ek9lang.assist.ProtocolQaFileLoader

public class ProtocolQaFileLoader extends Object
Loads protocol Q&A entries from pure JSON resource files listed in qa-protocol-manifest.txt. Unlike Ek9QaFileLoader, these files are pure JSON (no EK9 code body, no <?- headers). Protocol entries use the same QuestionAndAnswer record with an empty ek9Example field. They are searchable via ek9 -qp and are excluded from fuzz testing.
  • Constructor Details

    • ProtocolQaFileLoader

      public ProtocolQaFileLoader()
  • Method Details