public interface Layout
| Modifier and Type | Method and Description |
|---|---|
void |
directory(java.lang.String name,
Owner owner)
Add a directory to the content.
|
void |
file(java.lang.String name,
Owner owner,
Content content)
Write a file to the content.
|
void directory(java.lang.String name,
Owner owner)
throws java.io.IOException
name - the full name of the directory to add.owner - the owner of the directoryjava.io.IOException - on IO error