Package com.gpudb.filesystem.upload
Class UploadOptions
- java.lang.Object
-
- com.gpudb.filesystem.upload.UploadOptions
-
public class UploadOptions extends Object
This class encapsulates the options that the users of the API exposed byGPUdbFileHandlerclass can use to set the options for the methodsGPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener)andGPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener)The static methoddefaultOptions()can be used to retrieve the default options for upload.
-
-
Constructor Summary
Constructors Constructor Description UploadOptions(boolean recursive, int ttl)Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UploadOptionsdefaultOptions()intgetTtl()booleanisRecursive()
-
-
-
Method Detail
-
defaultOptions
public static UploadOptions defaultOptions()
-
isRecursive
public boolean isRecursive()
-
getTtl
public int getTtl()
-
-