Package org.jclouds.blobstore.options
Class ListContainerOptions.ImmutableListContainerOptions
java.lang.Object
org.jclouds.blobstore.options.ListOptions
org.jclouds.blobstore.options.ListContainerOptions
org.jclouds.blobstore.options.ListContainerOptions.ImmutableListContainerOptions
- All Implemented Interfaces:
Cloneable
- Enclosing class:
ListContainerOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jclouds.blobstore.options.ListContainerOptions
ListContainerOptions.Builder, ListContainerOptions.ImmutableListContainerOptions
Nested classes/interfaces inherited from class org.jclouds.blobstore.options.ListOptions
ListOptions.ImmutableListOptions
-
Field Summary
Fields inherited from class org.jclouds.blobstore.options.ListContainerOptions
NONE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionafterMarker
(String marker) Place to continue a listing at.clone()
specify the delimiter to be used when listinggetDir()
inDirectory
(String dir) This will list the contents of a virtual or real directory path.boolean
boolean
maxResults
(int maxKeys) The maximum number of values you'd like to see in the response body.Only list keys that start with the supplied prefixreturn a listing of all objects inside the store, recursively.toString()
Methods inherited from class org.jclouds.blobstore.options.ListContainerOptions
equals, hashCode, withDetails
-
Constructor Details
-
ImmutableListContainerOptions
-
-
Method Details
-
afterMarker
Description copied from class:ListContainerOptions
Place to continue a listing at. This must be the value returned from the last list object, as not all blobstores use lexicographic lists.- Overrides:
afterMarker
in classListContainerOptions
-
getDir
- Overrides:
getDir
in classListContainerOptions
-
inDirectory
Description copied from class:ListContainerOptions
This will list the contents of a virtual or real directory path.- Overrides:
inDirectory
in classListContainerOptions
-
isDetailed
public boolean isDetailed()- Overrides:
isDetailed
in classListContainerOptions
-
isRecursive
public boolean isRecursive()- Overrides:
isRecursive
in classListContainerOptions
-
maxResults
Description copied from class:ListContainerOptions
The maximum number of values you'd like to see in the response body. The server might return fewer than this many values, but will not return more.- Overrides:
maxResults
in classListContainerOptions
-
recursive
Description copied from class:ListContainerOptions
return a listing of all objects inside the store, recursively.- Overrides:
recursive
in classListContainerOptions
-
getMarker
- Overrides:
getMarker
in classListOptions
-
getMaxResults
- Overrides:
getMaxResults
in classListOptions
-
getPrefix
- Overrides:
getPrefix
in classListContainerOptions
-
prefix
Description copied from class:ListContainerOptions
Only list keys that start with the supplied prefix- Overrides:
prefix
in classListContainerOptions
-
clone
- Overrides:
clone
in classListContainerOptions
-
delimiter
Description copied from class:ListContainerOptions
specify the delimiter to be used when listing- Overrides:
delimiter
in classListContainerOptions
-
getDelimiter
- Overrides:
getDelimiter
in classListContainerOptions
-
toString
- Overrides:
toString
in classListContainerOptions
-