Interface IMatchParentProvider.Factory

All Known Implementing Classes:
BmObjectsMatchParentProviderFactory, BslMatchParentProviderFactory, TextSearchMatchParentProviderFactory
Enclosing interface:
IMatchParentProvider

public static interface IMatchParentProvider.Factory
The factory interface for IMatchParentProvider
  • Method Details

    • create

      IMatchParentProvider create(Match match)
      Create instance of IMatchParentProvider for scpecifid match
      Parameters:
      match - the match to create parent for, cannot be null
      Returns:
      the parent provider instance, or null if this factory not suppert given match