.. _object_LocalRepository: :index:`LocalRepository` ------------------------ Description *********** The LocalRepository object provides access to file resources which can be used e.g. for :ref:`UpdateManager ` instances. :**› Inherits**: :ref:`Repository ` :**› Inherited by**: :ref:`UsbDriveRepository ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`storage ` * :ref:`Repository.error ` * :ref:`Repository.errorString ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Repository.errorOccurred() ` * :ref:`Object.completed() ` Enumerations ++++++++++++ .. hlist:: :columns: 1 * :ref:`Repository.Error ` Properties ********** .. _property_LocalRepository_storage: .. _signal_LocalRepository_storageChanged: .. index:: single: storage storage +++++++ This property holds a reference to a :ref:`Storage ` object on which to search for update files. The :ref:`Storage.path ` property can be used to specify a subdirectory. :**› Type**: :ref:`Storage ` :**› Signal**: storageChanged() :**› Attributes**: Writable Example ******* See :ref:`UpdateManager example ` on how to use LocalRepository.