public class GeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
fileMask
Additional file name mask like "Messages.properties" to further
restrict the resource processing.
|
protected String |
generatorClass
Class file generator.
|
protected String |
keyPattern
Regular expression pattern for properties keys.
|
protected File |
outputDirectory
The directory to place generated Java sources.
|
protected String |
outputEncoding
The charset encoding of generated Java sources.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
protected boolean |
strictTypes
Generates strict types for messages that format dates or numbers
|
Constructor and Description |
---|
GeneratorMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected org.apache.maven.project.MavenProject project
protected File outputDirectory
protected String fileMask
protected String outputEncoding
protected String keyPattern
protected String generatorClass
protected boolean strictTypes
Copyright © 2016. All rights reserved.