| java.lang.Object org.objectweb.jonas_lib.deployment.work.LogEntry
LogEntry | public class LogEntry (Code) | | Class wich represent an entry in a log file : a original associate with its
work copy
author: Florent Benoit author: Ludovic Bert author: Benoit PELLETIER |
Constructor Summary | |
public | LogEntry(File original, File copy) Constructor of a log entry. |
Method Summary | |
public File | getCopy() Return the unpacked directory. | public File | getOriginal() Return the ear file of this ear log entry. |
LogEntry | public LogEntry(File original, File copy)(Code) | | Constructor of a log entry.
Parameters: original - the file to copy Parameters: copy - name of the copy |
getCopy | public File getCopy()(Code) | | Return the unpacked directory.
the unpacked directory. |
getOriginal | public File getOriginal()(Code) | | Return the ear file of this ear log entry.
the ear file of this ear log entry. |
|
|