Class 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 projectHelper
      Maven ProjectHelper
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      XBeanMojo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      protected java.net.URLClassLoader getClassLoader()  
      void log​(java.lang.String message)  
      void log​(java.lang.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 Detail

      • projectHelper

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

      • XBeanMojo

        public XBeanMojo()
    • Method Detail

      • 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​(java.lang.String message)
        Specified by:
        log in interface LogFacade
      • log

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

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