Class Ek9QaFileLoader
java.lang.Object
org.ek9lang.assist.Ek9QaFileLoader
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadAll()Load all QA entries from manifest-listed .ek9 resource files.(package private) QuestionAndAnswerloadFromResource(String resourcePath)
-
Constructor Details
-
Ek9QaFileLoader
public Ek9QaFileLoader()
-
-
Method Details
-
loadAll
Load all QA entries from manifest-listed .ek9 resource files. -
loadFromResource
-