public class StatusFile extends AbstractFileSet
Mojo configuration class describing a
status file.| Modifier and Type | Field and Description |
|---|---|
protected String |
targetFile
Required.
|
addComment, charset, comment, conversions, encoding, escapeUnicode, lineSeparator, sortLines, type| Constructor and Description |
|---|
StatusFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetFile() |
protected void |
initializeInstance()
Since the constructor is called automagically by Maven, verification and
initialization of defaults is done here.
|
getAddComment, getCharset, getComment, getConversions, getEncoding, getEscapeUnicode, getLineSeparator, getSortLines, getType, initialize, setCharset, setEncoding, setTypeprotected String targetFile
protected void initializeInstance()
throws org.apache.maven.plugin.MojoExecutionException
AbstractFileSetinitializeInstance in class AbstractFileSetorg.apache.maven.plugin.MojoExecutionException - If the initialization fails.Copyright © 2024. All rights reserved.