public interface ContentProvider
ResourceContentProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
getContent(java.lang.String path)
Called to get the content of a path pointed to by the specified path.
|
java.lang.Iterable<java.lang.String> getContent(java.lang.String path)
path
- the path to the manual page we're looking for.