public abstract class AbstractBaseIndexDao extends java.lang.Object implements LexEvsIndexFormatVersionAwareDao
Constructor and Description |
---|
AbstractBaseIndexDao() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<LexEvsIndexFormatVersion> |
doGetSupportedLexEvsIndexFormatVersions()
Do get supported lex evs index format versions.
|
boolean |
supportsLexEvsIndexFormatVersion(LexEvsIndexFormatVersion version)
Supports lex evs index format version.
|
public boolean supportsLexEvsIndexFormatVersion(LexEvsIndexFormatVersion version)
LexEvsIndexFormatVersionAwareDao
supportsLexEvsIndexFormatVersion
in interface LexEvsIndexFormatVersionAwareDao
version
- the versionpublic abstract java.util.List<LexEvsIndexFormatVersion> doGetSupportedLexEvsIndexFormatVersions()