Class XBeanMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.xbean.maven.XBeanMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, LogFacade

public class XBeanMojo extends org.apache.maven.plugin.AbstractMojo implements LogFacade
Version:
$Id: GenerateApplicationXmlMojo.java 314956 2005-10-12 16:27:15Z brett $
Author:
Guillaume Nodet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.maven.project.MavenProjectHelper
    Maven ProjectHelper

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

    ROLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected URLClassLoader
     
    void
    log(String message)
     
    void
    log(String message, int level)
     

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

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

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

    • projectHelper

      protected org.apache.maven.project.MavenProjectHelper projectHelper
      Maven ProjectHelper
  • Constructor Details

    • XBeanMojo

      public XBeanMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Specified by:
      execute in interface org.apache.maven.plugin.Mojo
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • log

      public void log(String message)
      Specified by:
      log in interface LogFacade
    • log

      public void log(String message, int level)
      Specified by:
      log in interface LogFacade
    • getClassLoader

      protected URLClassLoader getClassLoader() throws org.apache.maven.plugin.MojoExecutionException
      Throws:
      org.apache.maven.plugin.MojoExecutionException