|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.work.LogEntryImpl
public class LogEntryImpl
Class wich represent an entry in a log file : a original associate with its work copy.
| Constructor Summary | |
|---|---|
LogEntryImpl(File original,
File copy)
Constructor of a log entry. |
|
| Method Summary | |
|---|---|
File |
getCopy()
Return the unpacked directory. |
File |
getOriginal()
Return the ear file of this ear log entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogEntryImpl(File original,
File copy)
original - the file to copycopy - name of the copy| Method Detail |
|---|
public File getOriginal()
getOriginal in interface LogEntrypublic File getCopy()
getCopy in interface LogEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||