railo.commons.io.res.type.s3
Interface S3Info

All Known Implementing Classes:
Bucket, Content

public interface S3Info


Method Summary
 boolean exists()
           
 long getLastModified()
           
 long getSize()
           
 boolean isDirectory()
           
 boolean isFile()
           
 

Method Detail

getSize

long getSize()

getLastModified

long getLastModified()

exists

boolean exists()

isDirectory

boolean isDirectory()

isFile

boolean isFile()


Copyright © 2012 Railo