MatrixBerryCore
AdaptiveConfRepoManagerUpd.m
Go to the documentation of this file.
1 classdef AdaptiveConfRepoManagerUpd<mxberry.conf.AdaptiveConfRepoManager
2  methods
3  function self=AdaptiveConfRepoManagerUpd(varargin)
5  varargin{:});
6  end
7  function selectConf(self,confName,varargin)
8  self.updateConf(confName);
10  self,confName,varargin{:});
11  end
12  end
13 end
function updateConf(in self, in confName)
UPDATECONF - updates the specified configuration up to the latest version.
UDAPTIVECONFREPOMANAGER is an extension of the plain ConfRepoManager that introduces a separation bet...