Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
String |
getBucketName() |
String |
getETag() |
InputStream |
getInputStream() |
String |
getKey() |
long |
getLastModified() |
String |
getLink(int secondsValid) |
String |
getOwnerDisplayName() |
String |
getOwnerIdKey() |
long |
getSize() |
String |
getStorageClass() |
boolean |
isDirectory() |
boolean |
isFile() |
boolean |
isTruncated() |
void |
setBucketName(String bucketName) |
void |
setETag(String tag) |
void |
setKey(String key) |
void |
setLastModified(long lastModified) |
void |
setOwnerDisplayName(String ownerDisplayName) |
void |
setOwnerIdKey(String ownerIdKey) |
void |
setSize(long size) |
void |
setStorageClass(String storageClass) |
void |
setTruncated(boolean truncated) |
String |
toString() |
public boolean isTruncated()
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- the bucketName to setpublic long getLastModified()
getLastModified
in interface S3Info
public void setLastModified(long lastModified)
lastModified
- the lastModified to setpublic void setSize(long size)
size
- the size to setpublic String getStorageClass()
public void setStorageClass(String storageClass)
storageClass
- the storageClass to setpublic String getOwnerIdKey()
public void setOwnerIdKey(String ownerIdKey)
ownerIdKey
- the ownerIdKey to setpublic String getOwnerDisplayName()
public void setOwnerDisplayName(String ownerDisplayName)
ownerDisplayName
- the ownerDisplayName to setpublic String getLink(int secondsValid) throws InvalidKeyException, NoSuchAlgorithmException, IOException
public InputStream getInputStream() throws InvalidKeyException, NoSuchAlgorithmException, IOException, SAXException
public boolean isDirectory()
isDirectory
in interface S3Info
public void setTruncated(boolean truncated)
truncated
- the truncated to setCopyright © 2015 Lucee