A C D G L M N O P S

A

AmazonS3 - Interface in org.lastbamboo.common.amazon.s3
Interface for interacting with an Amazon S3 repository.
AmazonS3Impl - Class in org.lastbamboo.common.amazon.s3
Class implementing REST calls to Amazon's S3 service.
AmazonS3Impl() - Constructor for class org.lastbamboo.common.amazon.s3.AmazonS3Impl
Creates a new S3 instance.
AmazonS3Utils - Class in org.lastbamboo.common.amazon.s3
Utility methods for using Amazon S3.
AmazonS3Utils() - Constructor for class org.lastbamboo.common.amazon.s3.AmazonS3Utils
 

C

createBucket(String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Creates a new bucket.
createBucket(String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 

D

delete(String, String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Deletes the specified file.
delete(String, String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
deleteBucket(String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Deletes the bucket with the specified name.
deleteBucket(String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
deleteStar(String, String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Deletes all of the files in the specified bucket matching the specified pattern.
deleteStar(String, String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 

G

getPrivateFile(String, String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Downloads a file from the specified bucket and file name to the specified local path.
getPrivateFile(String, String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
getProxyHost() - Static method in class org.lastbamboo.common.amazon.s3.GlobalOptions
 
getProxyPort() - Static method in class org.lastbamboo.common.amazon.s3.GlobalOptions
 
getPublicFile(String, String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Downloads a file from the specified bucket and file name to the specified local path.
getPublicFile(String, String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
GlobalOptions - Class in org.lastbamboo.common.amazon.s3
 
GlobalOptions() - Constructor for class org.lastbamboo.common.amazon.s3.GlobalOptions
 

L

Launcher - Class in org.lastbamboo.common.amazon.s3
Accepts arguments to create s3 buckets, upload files, etc.
Launcher() - Constructor for class org.lastbamboo.common.amazon.s3.Launcher
 
listBucket(String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
List all the files in the bucket.
listBucket(String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
listBuckets() - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Lists all the user's buckets.
listBuckets() - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 

M

main(String[]) - Static method in class org.lastbamboo.common.amazon.s3.Launcher
Called from the command line.
makeCanonicalString(String, String, Header[]) - Static method in class org.lastbamboo.common.amazon.s3.AmazonS3Utils
 

N

normalizeRequest(HttpMethod, String, String, boolean, boolean) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Normalizes the HTTP request headers with things like the authentication token, the date, etc.
normalizeRequest(HttpMethod, String, String, boolean, boolean) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 

O

org.lastbamboo.common.amazon.s3 - package org.lastbamboo.common.amazon.s3
 

P

putPrivateDir(String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Adds all the files in the specified directory to the specified bucket.
putPrivateDir(String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
putPrivateFile(String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Uploads a file to S3.
putPrivateFile(String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
putPublicDir(String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Adds all the files in the specified directory to the specified bucket.
putPublicDir(String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
putPublicFile(String, File) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Uploads a file to S3 that will be publicly available.
putPublicFile(String, File, String) - Method in interface org.lastbamboo.common.amazon.s3.AmazonS3
Uploads a file to S3 that will be publicly available.
putPublicFile(String, File) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 
putPublicFile(String, File, String) - Method in class org.lastbamboo.common.amazon.s3.AmazonS3Impl
 

S

setProxyHost(String) - Static method in class org.lastbamboo.common.amazon.s3.GlobalOptions
 
setProxyPort(int) - Static method in class org.lastbamboo.common.amazon.s3.GlobalOptions
 

A C D G L M N O P S

Copyright © 2013 LittleShoot. All Rights Reserved.