org.objectweb.jonas.ear.lib
Class EarLogEntry

java.lang.Object
  |
  +--org.objectweb.jonas.ear.lib.EarLogEntry

public class EarLogEntry
extends java.lang.Object

Class wich represent the log file : A absolute file path associate to the unpacked directory

Author:
Florent Benoit, Ludovic Bert

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

EarLogEntry

public EarLogEntry(java.io.File file,
                   java.lang.String unpackedDir)
Constructor of a ear log entry.
Parameters:
file - the file of the ear.
unpackedDir - the timestamped dir.
Method Detail

getFile

public java.io.File getFile()
Return the ear file of this ear log entry.
Returns:
the ear file of this ear log entry.

getUnpackedDir

public java.lang.String getUnpackedDir()
Return the unpacked directory.
Returns:
the unpacked directory.