Package conduit :: Package modules :: Package N800Module :: Module N800Module :: Class N800FolderTwoWay
[hide private]

Class N800FolderTwoWay

source code


TwoWay dataprovider for synchronizing a folder on a N800

Instance Methods [hide private]
 
__init__(self, *args)
All sync functionality should be provided by derived classes
source code

Inherited from N800Base: configure, get_UID, get_configuration, get_input_conversion_args, refresh

Inherited from dataproviders.File.FolderTwoWay: add, delete, finish, get, get_all, initialize, is_configured, put

Inherited from dataproviders.File.FolderTwoWay (private): _transfer_file

Inherited from dataproviders.DataProvider.DataSource: get_changes, get_num_items

Inherited from dataproviders.DataProvider.DataProviderBase: emit, emit_change_detected, get_configuration_xml, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, is_busy, set_configuration, set_configuration_xml, set_status, uninitialize

Class Variables [hide private]
  _name_ = _("N800 Files")
  _description_ = _("Synchronizes files/folders to a N800 device")
  _in_type_ = "file"
  _out_type_ = "file"
  DEFAULT_FOLDER = _("Backups")

Inherited from N800Base: FORMAT_CONVERSION_STRING, NO_CONVERSION_STRING, _configurable_

Inherited from dataproviders.File.FolderTwoWay: _category_, _icon_, _module_type_

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
All sync functionality should be provided by derived classes
Overrides: N800Base.__init__