MatrixBerryCore
editconf.m
Go to the documentation of this file.
1 function editconf(confName)
3 confRepoMgr.deployConfTemplate(confName,'forceUpdate',true);
4 confRepoMgr.editConf(confName);
ADAPTIVECONFREPOMANAGER is a simplistic extension of AdaptiveConfRepoManager that injects a configura...
function deployConfTemplate(in self, in inpConfName, in varargin)
DEPLOYCONFTEMPLATE - deploys (i.e. transforms templates to plain configurations) the specified onfigu...
function editconf(in confName)