3 function deploy(
self,installDir)
5 %% Set up Java
static class path
6 classPathFileName=[installDir,
filesep,
'javaclasspath.txt'];
8 javaPathMgr=
self.createJavaStaticPathMgr(classPathFileName);
14 rootDirList={repoPath};
17 savepath([installDir,
filesep,
'pathdef.m']);
20 %% Configure temporary directories
24 methods (Access=
protected)
25 function javaPathMgr=createJavaStaticPathMgr(~,classPathFileName)
LOG4JCONFIGURATOR simplifies log4j configuration, especially when Parallel Computing Toolbox is used...
TMPDATAMANAGER provides a basic functionality for managing temporary data folders, root folder name is determined automatically.
static function setRootDir()
static function configureSimply(in logLevel, in varargin)
static function rmLastPathParts(in pathStr, in nPartsToRemove)
RMLASTPATHPARTS removes a specified number of path parts (directory names) starting from the tail...
static function setUp(in rootDirList)