Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
authorMichael Andres <ma@suse.de>
Wed, 11 Apr 2012 13:49:50 +0000 (15:49 +0200)
committerMichael Andres <ma@suse.de>
Wed, 11 Apr 2012 13:49:50 +0000 (15:49 +0200)
commit1dc9553357147884c56711f72bf7ddc0ed4f1a99
tree0b67f01946558faeaac4b442d99a01bfadbb94eb
parent1bb0e16ad37e744e9a289f1fdf973ac97145077d
Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)

The implementation uses libsolv, but the class is not sat:: specific as it matches arbitrary strings.
14 files changed:
tests/sat/CMakeLists.txt
tests/sat/LookupAttr_test.cc
tests/zypp/CMakeLists.txt
tests/zypp/StrMatcher_test.cc [moved from tests/sat/AttrMatcher_test.cc with 86% similarity]
zypp/CMakeLists.txt
zypp/PoolQuery.cc
zypp/PoolQuery.h
zypp/base/Regex.h
zypp/base/StrMatcher.cc [new file with mode: 0644]
zypp/base/StrMatcher.h [new file with mode: 0644]
zypp/sat/AttrMatcher.cc [deleted file]
zypp/sat/AttrMatcher.h
zypp/sat/LookupAttr.cc
zypp/sat/LookupAttr.h