| Modifier and Type | Class and Description |
|---|---|
class |
FormatterMojo
A Maven plugin mojo to format Java source code using the Eclipse code formatter.
|
class |
ValidateMojo
This mojo is very similar to Formatter mojo, but it is focused on CI servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Formatter.init(Map<String,String> options,
ConfigurationSource cfg)
Initialize the
CodeFormatter instance to be used by this component. |
protected abstract void |
AbstractCacheableFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
protected void |
AbstractCacheableFormatter.initCfg(ConfigurationSource cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
CssFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavascriptFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsoupBasedFormatter.init(Map<String,String> options,
ConfigurationSource cfg) |
Copyright © 2010–2018. All rights reserved.