PySourceContentReferenceFinderFactory
class PySourceContentReferenceFinderFactory(source_content_reference_finder_factory)
Bases: object
Interface for an object that can create source content reference finders based on content type.
- Parameters: source_content_reference_finder_factory (ManifestSourceContentReferenceFinderFactory)
__init__(source_content_reference_finder_factory)
Creates a new PySourceContentReferenceFinderFactory object.
Args: : source_content_reference_finder_factory: A ManifestSourceContentReferenceFinderFactory object.
Returns: None.
- Parameters: source_content_reference_finder_factory (ManifestSourceContentReferenceFinderFactory)
- Return type: None
Methods
__init__ (source_content_reference_finder_factory) |
Creates a new PySourceContentReferenceFinderFactory object. |
---|---|
for_source_content_type (t) |
Gets or creates a source content reference finder for a given content type. |
for_source_content_type(t)
Gets or creates a source content reference finder for a given content type.
Returns: The content reference finder.
- Parameters: t (Type *[*TContent ])