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 CodeFormatter |
codeFormatter() |
protected Path |
getOrCreateHooksDirectory()
Get or creates the git hooks directory
|
protected Path |
gitBaseDir() |
protected org.eclipse.jgit.lib.Repository |
gitRepository() |
protected boolean |
isExecutionRoot() |
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 targetDir()
protected final String artifactId()
protected final CodeFormatter codeFormatter()
protected final boolean isExecutionRoot()
protected final Path getOrCreateHooksDirectory()
protected final Path gitBaseDir()
Copyright © 2019 Cosium. All rights reserved.