AbstractGenerator |
Common functionality for generating projects. Do not instantiate this class, rather instantiate a subclass |
KeymanKeyboardGenerator |
Generate a Keyman keyboard project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO. |
LdmlKeyboardGenerator |
Generate a LDML keyboard project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO. |
LexicalModelGenerator |
Generate a Keyman lexical model project. The generator does not read or write from filesystem or network directly, but relies on callbacks for all external IO. |