Interface IMatchParentProvider.Factory
- All Known Implementing Classes:
BmObjectsMatchParentProviderFactory,BslMatchParentProviderFactory,TextSearchMatchParentProviderFactory
- Enclosing interface:
- IMatchParentProvider
public static interface IMatchParentProvider.Factory
The factory interface for
IMatchParentProvider-
Method Summary
-
Method Details
-
create
Create instance ofIMatchParentProviderfor scpecifid match- Parameters:
match- the match to create parent for, cannot benull- Returns:
- the parent provider instance, or
nullif this factory not suppert given match
-