|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeployerLog<T extends LogEntry>
Interface which permits to store or load the association between the name of a package and the timestamped work copy associated.
| Method Summary | |
|---|---|
Vector<T> |
addEntry(T logEntry)
Add the entry and return the new entries. |
Vector<T> |
getEntries()
Return the entries of the file. |
T |
getEntry(File original)
|
Vector<T> |
removeEntry(T entry)
Remove the given entry and return the entries of the file. |
| Method Detail |
|---|
Vector<T> getEntries()
Vector<T> removeEntry(T entry)
throws DeployerLogException
entry - the LogEntry which must be remove.
DeployerLogException - if the remove can't be done
Vector<T> addEntry(T logEntry)
throws DeployerLogException
logEntry - the entry to add
DeployerLogException - if the add can't be doneT getEntry(File original)
original - Original File
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||