-
- All Implemented Interfaces:
-
org.veupathdb.lib.s3.s34k.S3Response,org.veupathdb.lib.s3.s34k.objects.ObjectResponse,org.veupathdb.lib.s3.s34k.objects.S3Object
public interface FileObject implements S3Object
-
-
Method Summary
Modifier and Type Method Description abstract FilegetLocalFile()-
Methods inherited from class org.veupathdb.lib.s3.s34k.objects.S3Object
delete, delete, delete, exists, exists, exists, getBaseName, getDirName, getETag, getLastModified, getTags, stat, stat, stat -
Methods inherited from class org.veupathdb.lib.s3.s34k.objects.ObjectResponse
getPath -
Methods inherited from class org.veupathdb.lib.s3.s34k.S3Response
getBucket, getHeaders, getRegion -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLocalFile
abstract File getLocalFile()
-
-
-
-