Package build :: Package ec :: Module history :: Class HistoryFileManager
[hide private]
[frames] | no frames]

Class HistoryFileManager

source code

To manage EC history files.

Instance Methods [hide private]
 
__init__(self, arg1, arg2, arg3)
Constructor.
source code
 
findActualFilePath(self)
Find the new path where the history file will be updated based on the week number and branch.
source code
 
findHistoryFilePath(self)
Finds the path of the history file based on input branch and week number.
source code
 
findFile(self)
Finds the closest history file match to week number.
source code
Class Variables [hide private]
  weak_num = ""
  branch_name = ""
  file_dict = {}
Method Details [hide private]

findActualFilePath(self)

source code 

Find the new path where the history file will be updated based on the week number and branch.

This will normally the same path as used to copy from net drive to local drive. But for new branch / week number, the path will be different.