public interface GrammarCreator
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createGrammar(java.net.URI uri)
Creates the built-in grammar.
|
java.lang.String |
getTypeName()
Retrieves the type name of this grammar creator.
|
byte[] createGrammar(java.net.URI uri)
throws BadFetchError,
java.io.IOException
uri - the URI for the built-in grammar to create.BadFetchError - error creating the grammarjava.io.IOException - error reading the grammarjava.lang.String getTypeName()