C++ class. Parent class to handle shared attributes and methods among JESpaths and JERpaths.
More...
|
str | _GetPath (str tarfile, str jmefile) |
| Extract jmefile from tarfile into a temporary directory and return the path to that directory. More...
|
|
str | _GetTxtFileStr (str tarfile, str jmefile) |
| Extract jmefile from tarfile into a string which is returned. More...
|
|
| JMEpaths () |
| Construct a new JMEpaths object.
|
|
|
const str | _jmeArchivePath |
| Full path to the tarball archives being accessed.
|
|
TempDir | _tempdir |
| Temporary directory object which makes and deletes a staging area for the extracted JME text files.
|
|
const str | _timberPath |
| Full path to TIMBER's home.
|
|
C++ class. Parent class to handle shared attributes and methods among JESpaths and JERpaths.
◆ _GetPath()
str _GetPath |
( |
str |
tarfile, |
|
|
str |
jmefile |
|
) |
| |
Extract jmefile from tarfile into a temporary directory and return the path to that directory.
- Parameters
-
tarfile | JME tarball file path. |
jmefile | JME file name inside the tarball. |
- Returns
- str Path to the temporary location of the extracted file.
◆ _GetTxtFileStr()
str _GetTxtFileStr |
( |
str |
tarfile, |
|
|
str |
jmefile |
|
) |
| |
Extract jmefile from tarfile into a string which is returned.
- Parameters
-
tarfile | JME tarball file path. |
jmefile | JME file name inside the tarball. |
- Returns
- str Path to the temporary location of the extracted file.
The documentation for this class was generated from the following files:
- TIMBER/Framework/include/JME_common.h
- TIMBER/Framework/src/JME_common.cc