Class GeneratorMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
ch.helvethink.odoo4java.GeneratorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="generate", defaultPhase=GENERATE_SOURCES) public class GeneratorMojo extends org.apache.maven.plugin.AbstractMojo
Goal which generates classes from an Odoo instance, using XML-RPC (ch.helvethink.odoo.generator: generate)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final org.slf4j.Logger
    Simple logger

    Fields inherited from interface org.apache.maven.plugin.Mojo

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Main entrypoint for the plugin (ch.helvethink.odoo.generator: generate)

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      public static final org.slf4j.Logger LOG
      Simple logger
    • INFO_SEPARATOR

      public static final String INFO_SEPARATOR
      See Also:
  • Constructor Details

    • GeneratorMojo

      public GeneratorMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException
      Main entrypoint for the plugin (ch.helvethink.odoo.generator: generate)
      Throws:
      org.apache.maven.plugin.MojoExecutionException