public abstract class AbstractMavenGitCodeFormatMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractMavenGitCodeFormatMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
artifactId() |
protected Path |
baseDir() |
protected CodeFormatters |
codeFormatters() |
protected Path |
getOrCreateHooksDirectory()
Get or creates the git hooks directory
|
protected Path |
gitBaseDir() |
protected org.eclipse.jgit.lib.Repository |
gitRepository() |
protected boolean |
isExecutionRoot() |
protected Path |
pomFile() |
protected List<Path> |
sourceDirs() |
protected Path |
targetDir() |
getLog, getPluginContext, setLog, setPluginContextprotected final org.eclipse.jgit.lib.Repository gitRepository()
protected final Path baseDir()
protected final Path pomFile()
protected final Path targetDir()
protected final String artifactId()
protected final CodeFormatters codeFormatters()
protected final boolean isExecutionRoot()
protected final Path getOrCreateHooksDirectory()
protected final Path gitBaseDir()
Copyright © 2019 Cosium. All rights reserved.