org.objectweb.jonas_lib.deployment.work
Class LogEntry

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.work.LogEntry

public class LogEntry
extends java.lang.Object

Class wich represent an entry in a log file : a original associate with its work copy

Author:
Florent Benoit, Ludovic Bert, Benoit PELLETIER

Constructor Summary
LogEntry(java.io.File original, java.io.File copy)
          Constructor of a log entry.
 
Method Summary
 java.io.File getCopy()
          Return the unpacked directory.
 java.io.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

LogEntry

public LogEntry(java.io.File original,
                java.io.File copy)
Constructor of a log entry.

Parameters:
original - the file to copy
copy - name of the copy
Method Detail

getOriginal

public java.io.File getOriginal()
Return the ear file of this ear log entry.

Returns:
the ear file of this ear log entry.

getCopy

public java.io.File getCopy()
Return the unpacked directory.

Returns:
the unpacked directory.