|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.work.DeployerLog
Class which permits to store or load the association between the name of an package and the timestamped work copy associated.
| Constructor Summary | |
DeployerLog(java.io.File logFile)
Constructor for the deployerLog. |
|
| Method Summary | |
java.util.Vector |
addEntry(java.io.File original,
java.io.File copy)
Add the entry and return the new entries |
java.util.Vector |
getEntries()
Return the entries of the file. |
protected static org.objectweb.util.monolog.api.Logger |
getLogger()
|
java.util.Vector |
removeEntry(LogEntry entry)
Remove the given entry and return the entries of the file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeployerLog(java.io.File logFile)
throws DeployerLogException
logFile - the file which is used for read/write entries
DeployerLogException - if the loadentries failed.| Method Detail |
protected static org.objectweb.util.monolog.api.Logger getLogger()
public java.util.Vector getEntries()
public java.util.Vector removeEntry(LogEntry entry)
throws DeployerLogException
entry - the LogEntry which must be remove.
DeployerLogException - if the remove can't be done
public java.util.Vector addEntry(java.io.File original,
java.io.File copy)
throws DeployerLogException
original - the name of the filecopy - the copy of the file
DeployerLogException - if the add can't be done
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||