org.LexGrid.LexBIG.Impl.helpers.lazyloading
Class NonProxyCodeHolderFactory
java.lang.Object
org.LexGrid.LexBIG.Impl.helpers.lazyloading.AbstractLazyCodeHolderFactory
org.LexGrid.LexBIG.Impl.helpers.lazyloading.NonProxyCodeHolderFactory
- All Implemented Interfaces:
- java.io.Serializable, CodeHolderFactory
public class NonProxyCodeHolderFactory
- extends AbstractLazyCodeHolderFactory
A factory for creating NonProxyCodeHolder objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonProxyCodeHolderFactory
public NonProxyCodeHolderFactory()
buildCodeToReturn
protected CodeToReturn buildCodeToReturn(org.apache.lucene.search.ScoreDoc doc,
java.lang.String internalCodeSystemName,
java.lang.String internalVersionString)
- Description copied from class:
AbstractLazyCodeHolderFactory
- Builds the code to return.
- Specified by:
buildCodeToReturn
in class AbstractLazyCodeHolderFactory
- Parameters:
doc
- the docinternalCodeSystemName
- the internal code system nameinternalVersionString
- the internal version string
- Returns:
- the code to return
buildCodeToReturn
protected CodeToReturn buildCodeToReturn(org.apache.lucene.search.ScoreDoc doc,
java.util.List<AbsoluteCodingSchemeVersionReference> references)
- Specified by:
buildCodeToReturn
in class AbstractLazyCodeHolderFactory