MatrixBerryCore
+mxberry
+conf
ConfRepoManagerUpd.m
Go to the documentation of this file.
1
classdef ConfRepoManagerUpd<
mxberry
.
conf
.
ConfRepoManager
2
methods
3
function
self
=ConfRepoManagerUpd(varargin)
4
self
=
self
@
mxberry
.
conf
.
ConfRepoManager
(varargin{:});
5
end
6
function
selectConf(
self
,confName,varargin)
7
self
.
updateConf
(confName);
8
selectConf@
mxberry
.
conf
.
ConfRepoManager
(
self
,...
9
confName,varargin{:});
10
end
11
end
12
end
mxberry::conf::ConfRepoManagerAnyStorage::updateConf
function updateConf(in self, in confName)
UPDATECONF - updates the specified configuration up to the latest version.
mxberry::conf
mxberry::conf::ConfRepoManager
Definition:
ConfRepoManager.m:2
mxberry
Generated for MatrixBerryCore by
1.8.13