|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.ear.lib.EarLogEntry
Class wich represent the log file : A absolute file path associate to the unpacked directory
Constructor Summary | |
EarLogEntry(java.io.File file,
java.lang.String unpackedDir)
Constructor of a ear log entry. |
Method Summary | |
java.io.File |
getFile()
Return the ear file of this ear log entry. |
java.lang.String |
getUnpackedDir()
Return the unpacked directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EarLogEntry(java.io.File file, java.lang.String unpackedDir)
file
- the file of the ear.unpackedDir
- the timestamped dir.Method Detail |
public java.io.File getFile()
public java.lang.String getUnpackedDir()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |