Package org.jclouds.blobstore.strategy
Interface ClearContainerStrategy
-
- All Known Implementing Classes:
DeleteAllKeysInList
public interface ClearContainerStrategy
Clears a container
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(String containerName)
-
-
-
Method Detail
-
execute
void execute(String containerName)
-
-