public abstract class FileSystemRepository extends Object
| Constructor and Description |
|---|
FileSystemRepository() |
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getInputStream(String path) |
abstract File |
getLocalFileFor(String path) |
abstract Iterable<String> |
list(String path) |
Copyright © 2013–2017 V5 Analytics. All rights reserved.