MatrixBerryCore
VersionedConfRepoManager.m
Go to the documentation of this file.
2 
3  methods
4  function self=VersionedConfRepoManager(varargin)
6  self=self@mxberry.conf.AdaptiveConfRepoManager(varargin{:});
7  self.setConfPatchRepo(self);
8  end
9  end
10 end
UDAPTIVECONFREPOMANAGER is an extension of the plain ConfRepoManager that introduces a separation bet...
STRUCTCHANGETRACKER keeps a list of structure patches and provide tools for applying them to any arbi...
function setConfPatchRepo(in self, in confPatchRepo)
SET.