org.springframework.build.aws.ant
Interface S3Operation

All Known Implementing Classes:
AbstractS3DownloadOperation, AbstractS3Operation, Delete, Download, DownloadLatest, Upload

public interface S3Operation

An generic execution interface for all of the S3 operations.


Method Summary
 void execute(org.jets3t.service.S3Service service)
          Execute an S3 operation
 

Method Detail

execute

void execute(org.jets3t.service.S3Service service)
             throws org.jets3t.service.S3ServiceException,
                    java.io.IOException
Execute an S3 operation

Parameters:
service - The S3 Service to execute against
Throws:
org.jets3t.service.S3ServiceException
java.io.IOException