dip.io.plugins

The dip.io.plugins module contains the definitions of all plugins implemented by the dip.io module.

FilesystemStoragePlugin

class dip.io.plugins.FilesystemStoragePlugin

Base class: Model

The FilesystemStoragePlugin class is the plugin definition for the filesystem based storage factory.

id = 'dip.io.storage.filesystem'

The identifier of the plugin.

name = 'Filesystem storage plugin'

The name of the plugin.

configure(plugin_manager)

This is called when the plugin is enabled to ask that it configures itself.

Parameters:plugin_manager – the plugin manager.