com.amazonaws.services.s3.transfer
Interface MultipleFileDownload

All Superinterfaces:
Transfer

public interface MultipleFileDownload
extends Transfer

Multiple file download of an entire virtual directory.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.amazonaws.services.s3.transfer.Transfer
Transfer.TransferState
 
Method Summary
 void abort()
          Cancels this download.
 String getBucketName()
          Returns the name of the bucket from which files are downloaded.
 String getKeyPrefix()
          Returns the key prefix of the virtual directory being downloaded.
 
Methods inherited from interface com.amazonaws.services.s3.transfer.Transfer
addProgressListener, getDescription, getProgress, getState, isDone, removeProgressListener, waitForCompletion, waitForException
 

Method Detail

getKeyPrefix

String getKeyPrefix()
Returns the key prefix of the virtual directory being downloaded.


getBucketName

String getBucketName()
Returns the name of the bucket from which files are downloaded.


abort

void abort()
           throws IOException
Cancels this download.

Throws:
IOException


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.