@Immutable public interface Content extends Comparable<Content>, JsonReadable, JsonPatchable
Modifier and Type | Interface and Description |
---|---|
static class |
Content.Smart
Smart Content with extra features.
|
Modifier and Type | Method and Description |
---|---|
String |
path()
Get its path name.
|
InputStream |
raw()
Get the raw contents.
|
Repo |
repo()
Repository we're in.
|
compareTo
json
patch
@NotNull(message="raw is never NULL") InputStream raw() throws IOException
IOException
- If an IO error occursCopyright © 2012–2014 jcabi.com. All rights reserved.