OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Framework.PluginProviderFilter Class Reference

Filters out which plugin to load based on the plugin name or names given. Plugin names are contained in their addin.xml More...

Inheritance diagram for OpenSim.Framework.PluginProviderFilter:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.PluginProviderFilter:
Collaboration graph
[legend]

Public Member Functions

 PluginProviderFilter (string p)
 Constructor. More...
 
bool Apply (PluginExtensionNode plugin)
 Apply this filter to the given plugin. More...
 

Detailed Description

Filters out which plugin to load based on the plugin name or names given. Plugin names are contained in their addin.xml

Definition at line 374 of file PluginLoader.cs.

Constructor & Destructor Documentation

OpenSim.Framework.PluginProviderFilter.PluginProviderFilter ( string  p)
inline

Constructor.

Parameters
pPlugin name or names on which to filter. Multiple names should be separated by commas.

Definition at line 384 of file PluginLoader.cs.

Member Function Documentation

bool OpenSim.Framework.PluginProviderFilter.Apply ( PluginExtensionNode  plugin)
inline

Apply this filter to the given plugin.

Parameters
plugin
Returns
true if the plugin's name matched one of the filters, false otherwise.

Implements OpenSim.Framework.IPluginFilter.

Definition at line 399 of file PluginLoader.cs.


The documentation for this class was generated from the following file: