org.apache.archiva.transaction
Class CopyFileEvent
java.lang.Object
org.apache.archiva.transaction.AbstractTransactionEvent
org.apache.archiva.transaction.CopyFileEvent
- All Implemented Interfaces:
- TransactionEvent
public class CopyFileEvent
- extends AbstractTransactionEvent
Event to copy a file.
- Version:
- $Id: CopyFileEvent.java 1164829 2011-09-03 08:27:41Z olamy $
|
Constructor Summary |
CopyFileEvent(File source,
File destination,
List<? extends org.codehaus.plexus.digest.Digester> digesters)
|
|
Method Summary |
void |
commit()
Commit this event. |
void |
rollback()
Rollback the even already committed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyFileEvent
public CopyFileEvent(File source,
File destination,
List<? extends org.codehaus.plexus.digest.Digester> digesters)
- Parameters:
source - destination - digesters - List<Digester> digesters to use for checksumming
commit
public void commit()
throws IOException
- Description copied from interface:
TransactionEvent
- Commit this event.
- Throws:
IOException - if an error occurred committing the change
rollback
public void rollback()
throws IOException
- Description copied from interface:
TransactionEvent
- Rollback the even already committed.
- Throws:
IOException - if an error occurred reverting the change
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.