@Immutable public interface Gitignores
Defines storage of .gitignore templates
@NotNull(message="iterable is never NULL") Iterable<String> iterate() throws IOException
IOException
- If it fails due to I/O problem@NotNull(message="Raw template is never NULL") String template(@NotNull(message="Template name can\'t be NULL") String name) throws IOException
name
- Name of the templateIOException
- If it fails due to I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.