# Print output for @column tags ?>
public
static
interface
AbstractMessageParser.Resources
com.google.android.util.AbstractMessageParser.Resources |
Interface representing the set of resources needed by a message parser
Public methods | |
---|---|
abstract
AbstractMessageParser.TrieNode
|
getAcronyms()
Get the acronyms accepted by the parser. |
abstract
AbstractMessageParser.TrieNode
|
getDomainSuffixes()
Get the possible values for the last part of a domain name. |
abstract
Set<String>
|
getSchemes()
Get the known set of URL schemes. |
abstract
AbstractMessageParser.TrieNode
|
getSmileys()
Get the smileys accepted by the parser. |
public abstract AbstractMessageParser.TrieNode getAcronyms ()
Get the acronyms accepted by the parser.
Returns | |
---|---|
AbstractMessageParser.TrieNode |
public abstract AbstractMessageParser.TrieNode getDomainSuffixes ()
Get the possible values for the last part of a domain name. Values are expected to be reversed in the Trie.
Returns | |
---|---|
AbstractMessageParser.TrieNode |
public abstract Set<String> getSchemes ()
Get the known set of URL schemes.
Returns | |
---|---|
Set<String> |
public abstract AbstractMessageParser.TrieNode getSmileys ()
Get the smileys accepted by the parser.
Returns | |
---|---|
AbstractMessageParser.TrieNode |