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
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 filecopy - 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.