| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| BucketUpdater |
|
| 1.0;1 |
| 1 | package org.kuali.maven.mojo.s3; | |
| 2 | ||
| 3 | import java.io.IOException; | |
| 4 | ||
| 5 | public interface BucketUpdater { | |
| 6 | void updateDirectory(UpdateDirectoryContext context) throws IOException; | |
| 7 | } |