SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

Encapsulate all scope file store access #984

Open cornelius opened 9 years ago

cornelius commented 9 years ago

Access to files extracted as part of the data of the file scopes is handled through the classes ScopeFileAccessFlat and ScopeFileAccessArchive. There are still some places where the code directly accesses the files and doesn't go through the encapsulation layer. We should make use of the abstraction there as well.

The following places need to be adapted:

thardeck commented 9 years ago

Related to #970