TMPDATAMANAGER provides a basic functionality for managing temporary data folders, root folder name is determined automatically.
More...
|
static function | setRootDir () |
|
static function | getDirByKey (in keyName) |
| GETDIRBYKEY returns a unique temporary directory name based on specified key and makes sure that this directory is empty. More...
|
|
static function | getDirByCallerKey (in keyName) |
| GETDIRBYCALLERKEY returns a unique temporary directory name based on caller name and optionally based on a specified key and makes sure that this directory is empty. More...
|
|
static function | setRootDir (in dirName) |
| SETROOTDIR sets up a root of temporary folders directory tree. More...
|
|
static function | getDirByCallerKey (in keyName, in nStepsUp) |
| GETDIRBYCALLERKEY returns a unique temporary directory name based on caller name and optionally based on a specified key and makes sure that this directory is empty. More...
|
|
static function | getDirByKey (in keyName) |
| GETDIRBYKEY returns a unique temporary directory name based on specified key and makes sure that this directory is empty. More...
|
|
TMPDATAMANAGER provides a basic functionality for managing temporary data folders, root folder name is determined automatically.
Definition at line 5 of file TmpDataManager.m.
◆ getDirByCallerKey()
static function mxberry::test::TmpDataManager::getDirByCallerKey |
( |
in |
keyName | ) |
|
|
static |
GETDIRBYCALLERKEY returns a unique temporary directory name based on caller name and optionally based on a specified key and makes sure that this directory is empty.
* Input:
* optional:
* keyName: char[1,] key name
*
* Output:
* resDir: char[1,] - resulting directory name
*
◆ getDirByKey()
static function mxberry::test::TmpDataManager::getDirByKey |
( |
in |
keyName | ) |
|
|
static |
GETDIRBYKEY returns a unique temporary directory name based on specified key and makes sure that this directory is empty.
* Input:
* regular:
* keyName: char[1,] key name
*
* Output:
* resDir: char[1,] - resulting directory name
*
- Author
- Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om
- Copyright
- 2015-2016 Peter Gagarinov, PhD
2015 Moscow State University
Faculty of Computational Mathematics and Computer Science
System Analysis Department
◆ setRootDir()
static function mxberry::test::TmpDataManager::setRootDir |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: