public interface GitIgnoreFacet extends ProjectFacet
Modifier and Type | Method and Description |
---|---|
String |
contentOf(String template)
Read the content of a gitignore template
|
List<GitIgnoreTemplateGroup> |
list()
List all available gitignore templates.
|
void |
update()
Update the templates from the remote repository.
|
getFaceted, install, isInstalled, uninstall
List<GitIgnoreTemplateGroup> list()
String contentOf(String template)
template
- Template name.void update() throws IOException, org.eclipse.jgit.api.errors.GitAPIException
IOException
- Failure reading the git repository.org.eclipse.jgit.api.errors.GitAPIException
- Git failure.Copyright © 2016 JBoss by Red Hat. All rights reserved.