| Package | Description |
|---|---|
| org.cloudbees.literate.api.v1.vfs |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ProjectRepository.get(String filePath)
Returns the contents of the specified file
|
InputStream |
FilesystemRepository.get(String filePath)
Returns the contents of the specified file
|
Set<String> |
ProjectRepository.getPaths(String path)
Returns the immediate child paths of the specified path.
|
Set<String> |
FilesystemRepository.getPaths(String path)
Returns the immediate child paths of the specified path.
|
Copyright © 2004-2014. All Rights Reserved.