Class e.p.e.r.UpdaterResourceProvider(ResourceProvider):

Part of elisa.plugins.elisa_updater.resource_provider View In Hierarchy

No class docstring
Line # Kind Name Docs
35 Method __init__ Undocumented
43 Method clean Clean the component.
55 Method get Download an installer and store its data in a RawDataModel.

Inherited from ResourceProvider:

Line # Kind Name Docs
103 Method post Update the resource pointed by uri with parameters.
116 Method put Put one resource into another. Both resources are identified with URIs.
138 Method delete Delete a Resource represented by a URI.

Inherited from Component (via ResourceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
130 Method initialize Initialize the component.
def __init__(self):
Undocumented
def clean(self):
Clean the component.

This method is called when a component is not needed anymore to clean its state.

Returnsa deferred called when the component has finished cleaning its state (type: twisted.internet.defer.Deferred )
def get(self, uri, context_model=None):
Download an installer and store its data in a RawDataModel. context_model parameter is not used.
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.