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, setPluginContext
protected 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.MojoExecutionException
protected void validateOutputFile() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2009-2013 Codehaus. All Rights Reserved.