Class which permits to store or load the association between the name of an
package and the timestamped work copy associated.
author: Florent Benoit author: Ludovic Bert
Constructor for the deployerLog.
Parameters: logFile - the file which is used for read/write entries throws: DeployerLogException - if the loadentries failed.
Add the entry and return the new entries
Parameters: original - the name of the file Parameters: copy - the copy of the file the new vector of LogEntry item. throws: DeployerLogException - if the add can't be done
Remove the given entry and return the entries of the file.
Parameters: entry - the LogEntry which must be remove. the new vector of LogEntry item. throws: DeployerLogException - if the remove can't be done