Package com.jcabi.github
Interface Gitignores
@Immutable
public interface Gitignores
GitHub Gitignore.
Defines storage of .gitignore templates
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
github
GitHub github()Get its owner.- Returns:
- GitHub
-
iterate
Iterate them all.- Returns:
- Iterator of Gitignote template names
- Throws:
IOException- If it fails due to I/O problem- See Also:
-
template
Gets raw gitignore template.- Parameters:
name- Name of the template- Returns:
- Raw template
- Throws:
IOException- If it fails due to I/O problem
-