Package com.wavemaker.commons.io.store
Interface FolderStore
-
- All Superinterfaces:
ResourceStore
public interface FolderStore extends ResourceStore
Store for aFolder.- See Also:
StoredFolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<java.lang.String>list()List the contents of the folder.
-