Uses of Interface
com.jcabi.github.Content
-
Packages that use Content Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Content in com.jcabi.github
Classes in com.jcabi.github that implement Content Modifier and Type Class Description static class
Content.Smart
Smart Content with extra features.Methods in com.jcabi.github that return Content Modifier and Type Method Description Content
Contents. create(javax.json.JsonObject content)
Create new file.Content
Contents. get(String path)
Get the contents of a single file or symbolic link.Content
Contents. get(String path, String ref)
Get the contents of a single file or symbolic link in a repository.Content
Contents. readme()
Get the Readme file of the default branch (usually master).Content
Contents. readme(String branch)
Get the Readme file of the specified branch.Methods in com.jcabi.github that return types with arguments of type Content Modifier and Type Method Description Iterable<Content>
Search. codes(String keywords, String sort, Search.Order order)
Search code.Iterable<Content>
Contents. iterate(String path, String ref)
Get the contents of a directory in a repository.Methods in com.jcabi.github with parameters of type Content Modifier and Type Method Description int
Content.Smart. compareTo(Content cont)
Constructors in com.jcabi.github with parameters of type Content Constructor Description Smart(Content cont)
Public ctor.
-