public abstract class AbstractCodeGenMojo extends AbstractJibxMojo
project| Constructor and Description |
|---|
AbstractCodeGenMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkConfiguration()
Verifies the plugins configuration and sets default values if needed.
|
void |
execute()
Determines if running in single- or multi-module mode, collects all bindings and finally runs the binding
compiler.
|
protected String |
getSchemaBindingDirectory()
Get the binding files directory.
|
protected String |
getSchemaLocation()
Get the schema files directory.
|
String |
getSingleModuleBindingPath(String basedir,
String includeBinding)
Get the binding path name for a single module binding.
|
addDependentArtifact, addDependentBinding, addManualDependentBinding, addToPath, extractBaseBindingFile, fixFilePath, getBaseBindingDirectory, getBaseBindings, getFullPath, getIncludedFiles, getProjectBasedir, getProjectCompileClasspathElementspublic void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
AbstractJibxMojoexecute in interface org.apache.maven.plugin.Mojoexecute in class AbstractJibxMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic String getSingleModuleBindingPath(String basedir, String includeBinding)
basedir - includeBinding - protected void checkConfiguration()
checkConfiguration in class AbstractJibxMojoprotected String getSchemaLocation()
protected String getSchemaBindingDirectory()
getSchemaBindingDirectory in class AbstractJibxMojoCopyright © 2005-2014 jibx.org. All Rights Reserved.