Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IResourceManagerFactory

    LUCENENET specific interface used to inject instances of System.Resources.ResourceManager. This extension point can be used to override the default behavior to, for example, retrieve resources from a persistent data store, rather than getting them from resource files.

    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public interface IResourceManagerFactory

    Methods

    | Improve this Doc View Source

    Create(Type)

    Declaration
    ResourceManager Create(Type resourceSource)
    Parameters
    Type Name Description
    System.Type resourceSource
    Returns
    Type Description
    System.Resources.ResourceManager
    | Improve this Doc View Source

    Release(ResourceManager)

    Declaration
    void Release(ResourceManager manager)
    Parameters
    Type Name Description
    System.Resources.ResourceManager manager
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.