public abstract class AbstractWritePropertiesMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected java.io.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(java.util.Properties properties,
java.io.File file) |
getLog, getPluginContext, setLog, setPluginContext
protected org.apache.maven.project.MavenProject project
protected java.io.File outputFile
protected void writeProperties(java.util.Properties properties, java.io.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. All Rights Reserved.