org.ow2.jonas.addon.deploy.api.deployer
Interface IAddonDeployerLog<T extends LogEntry>

All Superinterfaces:
IDeployerLog<T>

public interface IAddonDeployerLog<T extends LogEntry>
extends IDeployerLog<T>

Interface for the addon deployer log

Author:
Jeremy Cazaux

Method Summary
 Vector<IAddonLogEntry> addEntry(String name, File original, File copy)
          Add the entry and return the new entries.
 
Methods inherited from interface org.ow2.jonas.workcleaner.IDeployerLog
addEntry, getEntries, getEntry, removeEntry
 

Method Detail

addEntry

Vector<IAddonLogEntry> addEntry(String name,
                                File original,
                                File copy)
                                throws DeployerLogException
Add the entry and return the new entries.

Parameters:
original - the name of the file
copy - the copy of the file
Returns:
the new vector of IAddonLogEntry item.
Throws:
DeployerLogException - if the add can't be done


Copyright © 2012 OW2 Consortium. All Rights Reserved.