Class QuestionRegistry
java.lang.Object
org.ek9lang.assist.QuestionRegistry
Central registry for all Q&A pairs.
Provides lookup by ID and category-grouped listing.
Populated from .ek9 resource files via Ek9QaFileLoader.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QuestionRegistryCreate a registry from all .ek9 QA resource files.getAll()getById(int id) getForCategory(String category) intsize()
-
Constructor Details
-
QuestionRegistry
-
-
Method Details
-
createDefault
Create a registry from all .ek9 QA resource files. -
getAll
-
getByCategory
-
getForCategory
-
getById
-
size
public int size()
-