Package org.jclouds.blobstore.strategy
Interface GetDirectoryStrategy
-
- All Known Implementing Classes:
MarkersGetDirectoryStrategy
public interface GetDirectoryStrategy
Gets a directory or throws KeyNotFoundException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageMetadata
execute(String containerName, String directory)
-
-
-
Method Detail
-
execute
StorageMetadata execute(String containerName, String directory)
-
-