1 classdef ConfRepoManagerFactory<handle
6 function obj=getInstance(
self,varargin)
20 obj=AdaptiveConfRepoManagerTest(varargin{:});
22 obj=VersionedConfRepoManagerTest(varargin{:});
27 'unknown class type');
30 function self=ConfRepoManagerFactory(classType)
31 self.classType=classType;
function setConfPatchRepo(in self, in confPatchRepo)
SET.
function setConfPatchRepo(in self, in confPatchRepo)
SETCONFPATCHREPO - sets the configuration version tracker.