Package com.jcabi.github
Interface Blob
-
- All Superinterfaces:
JsonReadable
- All Known Implementing Classes:
Blob.Smart
@Immutable public interface Blob extends JsonReadable
Github Git blob.- Version:
- $Id: d9038791d77d38d2c3ea756e8679a241de6d2f55 $
- Author:
- Alexander Lukashevich (sanai56967@gmail.com)
- See Also:
- Blobs API
- Suppressed Checkstyle violations:
- MultipleStringLiterals (500 lines)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Blob.Smart
Smart Blob with extra features.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
sha()
SHA of it.-
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
-
-
-
Method Detail
-
sha
String sha()
SHA of it.- Returns:
- SHA
-
-