@Immutable public interface Trees
@NotNull(message="tree is never NULL") Tree get(@NotNull(message="sha can\'t be null") String sha)
sha
- Tree sha@NotNull(message="tree is never NULL") Tree getRec(@NotNull(message="sha can\'t be null") String sha)
sha
- Tree sha@NotNull(message="Tree is never NULL") Tree create(@NotNull(message="params can\'t be null") javax.json.JsonObject params) throws IOException
params
- Parameters to create new treeIOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.