diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/build.ec.history.HistoryFileManager-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/build.ec.history.HistoryFileManager-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,271 @@ + + + + + build.ec.history.HistoryFileManager + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 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.

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +