@Immutable public interface Forks
@NotNull(message="Iterable of forks is never NULL") Iterable<Fork> iterate(@NotNull(message="Sort order can\'t be NULL") String sort)
sort
- The sort order.@NotNull(message="Fork is never NULL") Fork create(@NotNull(message="organization can\'t be NULL") String organization) throws IOException
organization
- The organization the repository will be forked into.IOException
- If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.