Click or drag to resize

wemCrawlerTypeManager Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.wemTools.wemCrawlerTypeManager"]

Inheritance Hierarchy
SystemObject
  pluginManagerBase
    internalPluginManagerISpiderEvaluatorBase
      imbWEM.Core.wemToolswemCrawlerTypeManager

Namespace:  imbWEM.Core.wemTools
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class wemCrawlerTypeManager : internalPluginManager<ISpiderEvaluatorBase>

The wemCrawlerTypeManager type exposes the following members.

Constructors
  NameDescription
Public methodwemCrawlerTypeManager
Initializes a new instance of the wemCrawlerTypeManager class
Top
Properties
  NameDescription
Public propertybannedShortNames
Collection of short type names that are banned because of ambiquity
(Inherited from pluginManagerBase.)
Public propertydescription
Descriptive purpose of this manager
(Inherited from pluginManagerBase.)
Public propertyfolderWithPlugins
Gets or sets the folder with plugins.
(Inherited from pluginManagerBase.)
Public propertyname
Name of the manager
(Inherited from pluginManagerBase.)
Public propertypluginTypesByName
Short type name dictionary - for easier resolution/call from the ACE Script
(Inherited from pluginManagerBase.)
Public propertypluginTypesByPathName
Dictionary indexing plugins by relative directory path and type short name: e.g. /myPlugins/reporter.dll -> myPlugins.reporter
(Inherited from pluginManagerBase.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAllRegistrations
Gets all callable needles for all types registered,
(Inherited from pluginManagerBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstance
Public methodGetType (Inherited from Object.)
Public methodLoadTypes
Public methodToString (Inherited from Object.)
Top
See Also

Reference

[!:imbACE.Core.plugins.internalPluginManager<imbWEM.Core.crawler.evaluators.ISpiderEvaluatorBase>]