Package fr.brouillard.oss.jgitver
Interface JGitverConfiguration
-
- All Known Implementing Classes:
JGitverConfigurationComponent
public interface JGitverConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigurationgetConfiguration()booleanignore(File pomFile)
-
-
-
Method Detail
-
getConfiguration
Configuration getConfiguration() throws org.apache.maven.MavenExecutionException
- Throws:
org.apache.maven.MavenExecutionException
-
ignore
boolean ignore(File pomFile) throws IOException
- Throws:
IOException
-
-