Package com.jcabi.github
Class Blob.Smart
java.lang.Object
com.jcabi.github.Blob.Smart
- All Implemented Interfaces:
Blob,JsonReadable
- Enclosing interface:
- Blob
Smart Blob with extra features.
- Since:
- 0.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Blob
Blob.Smart -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Smart
Public ctor.- Parameters:
blb- Blob
-
-
Method Details
-
json
Description copied from interface:JsonReadableDescribe it in a JSON object.- Specified by:
jsonin interfaceJsonReadable- Returns:
- JSON object
- Throws:
IOException- If there is any I/O problem
-
sha
Description copied from interface:BlobSHA of it. -
url
Get its url.- Returns:
- Url of blob request
- Throws:
IOException- If there is any I/O problem
-