public abstract class AbstractWritePropertiesMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
outputFile
The properties file that will be used when writing properties.
|
protected org.apache.maven.project.MavenProject |
project |
| Constructor and Description |
|---|
AbstractWritePropertiesMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
validateOutputFile() |
protected void |
writeProperties(Properties properties,
File file) |
getLog, getPluginContext, setLog, setPluginContextprotected org.apache.maven.project.MavenProject project
protected File outputFile
protected void writeProperties(Properties properties, File file) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected void validateOutputFile()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2009–2015 Codehaus. All rights reserved.