Package psidev.psi.mi.jami.bridges.ols
Class CachedOlsCvTermFetcher
- java.lang.Object
-
- psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
-
- psidev.psi.mi.jami.bridges.ols.CachedOlsFetcher<CvTerm>
-
- psidev.psi.mi.jami.bridges.ols.CachedOlsCvTermFetcher
-
- All Implemented Interfaces:
CachedFetcher
,CvTermFetcher<CvTerm>
public class CachedOlsCvTermFetcher extends CachedOlsFetcher<CvTerm>
Created with IntelliJ IDEA.- Since:
- 29/07/13
- Author:
- Gabriel Aldam (galdam@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_NAME
ConstantCACHE_NAME="cvterm-cache"
-
Fields inherited from class psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
EHCACHE_CONFIG_FILE
-
-
Constructor Summary
Constructors Constructor Description CachedOlsCvTermFetcher()
Constructor for CachedOlsCvTermFetcher.
-
Method Summary
-
Methods inherited from class psidev.psi.mi.jami.bridges.ols.CachedOlsFetcher
fetchByIdentifier, fetchByIdentifier, fetchByIdentifiers, fetchByIdentifiers, fetchByName, fetchByName, fetchByNames, fetchByNames, getDelegateFetcher
-
Methods inherited from class psidev.psi.mi.jami.bridges.fetcher.AbstractCachedFetcher
clearCache, getFromCache, initialiseCache, initialiseCache, shutDownCache, storeInCache
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.bridges.fetcher.CachedFetcher
clearCache, getFromCache, initialiseCache, initialiseCache, shutDownCache, storeInCache
-
-
-
-
Field Detail
-
CACHE_NAME
public static final String CACHE_NAME
ConstantCACHE_NAME="cvterm-cache"
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CachedOlsCvTermFetcher
public CachedOlsCvTermFetcher() throws BridgeFailedException
Constructor for CachedOlsCvTermFetcher.
- Throws:
BridgeFailedException
- if any.
-
-