Package com.jcabi.github
Interface Content
- All Superinterfaces:
Comparable<Content>,JsonPatchable,JsonReadable
- All Known Implementing Classes:
Content.Smart
GitHub content.
- Since:
- 0.8
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classSmart Content with extra features. -
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.jcabi.github.JsonPatchable
patchMethods inherited from interface com.jcabi.github.JsonReadable
json
-
Method Details
-
repo
Repo repo()Repository we're in.- Returns:
- Repo
-
path
String path()Get its path name.- Returns:
- The path name
-
raw
Get the raw contents.- Returns:
- Input stream of the raw content
- Throws:
IOException- If an IO error occurs
-