MatrixBerryCore
+mxberry
+conf
+test
ConfRepoMgrUpd.m
Go to the documentation of this file.
1
classdef ConfRepoMgrUpd<
mxberry
.
conf
.
ConfRepoManagerUpd
&
mxberry
.
conf
.
test
.
StructChangeTrackerTest
2
methods
3
function
self
=ConfRepoMgrUpd(varargin)
4
self
=
self
@
mxberry
.
conf
.
ConfRepoManagerUpd
(varargin{:});
5
self
.
setConfPatchRepo
(
mxberry
.
conf
.
test
.
StructChangeTrackerTest
());
6
end
7
end
8
end
mxberry::conf::test::StructChangeTrackerTest
Definition:
StructChangeTrackerTest.m:7
mxberry::conf::ConfRepoManagerAnyStorage::setConfPatchRepo
function setConfPatchRepo(in self, in confPatchRepo)
SETCONFPATCHREPO - sets the configuration version tracker.
mxberry::conf
mxberry::conf::ConfRepoManagerUpd
CONFREPOMANAGERUPD is a simplistic extension of ConfRepoManager that updates configuration upon selec...
Definition:
ConfRepoManagerUpd.m:12
mxberry
mxberry::conf::test
Generated for MatrixBerryCore by
1.8.13