Package elisa :: Package core :: Package tests :: Module test_media_manager :: Class LFS
[hide private]
[frames] | no frames]

Class LFS

source code


Nested Classes [hide private]

Inherited from plugin.Plugin: __metaclass__

Instance Methods [hide private]

Inherited from plugin.Plugin: __init__

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods [hide private]

Inherited from plugin.Plugin: check_component_dependencies, check_dependencies, get_resource_file, initialize, load_config, load_translations

Static Methods [hide private]

Inherited from plugin.Plugin: __classinit__

Class Variables [hide private]
string name = 'lfs'
plugin's name.
dict mapping elisa.core.component.Component names to elisa.core.component.Component instances components = {'local_media': {'path': 'elisa.plugins.base.loca...
Component implementations provided by the Plugin

Inherited from plugin.Plugin: checked, config, config_file, deps_error, description, directory, external_dependencies, plugin_dependencies, version

Inherited from extern.log.log.Loggable: logCategory

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

components

Component implementations provided by the Plugin
Type:
dict mapping elisa.core.component.Component names to elisa.core.component.Component instances
Value:
{'local_media': {'path': 'elisa.plugins.base.local_media:LocalMedia'},\
 'gst_metadata': {'path': 'elisa.plugins.good.gstreamer_plugin.gst_met\
adata:GstMetadata'}}