public interface FileSystemAdapter
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSystemAdapter.FileMetadata |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileSystemAdapter.FileMetadata> |
getAllFiles(java.lang.String streamName)
Return the list of all files given the stream name
|
java.util.List<FileSystemAdapter.FileMetadata> getAllFiles(java.lang.String streamName)
streamName - name of the streamFileMetadata for all files associated to the given stream