| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| Root |
|
| 1.0;1 |
| 1 | package org.webslinger; | |
| 2 | ||
| 3 | import java.io.IOException; | |
| 4 | ||
| 5 | import org.apache.commons.vfs.FileObject; | |
| 6 | ||
| 7 | public interface Root { | |
| 8 | FileObject getRoot() throws IOException; | |
| 9 | } |