org.apache.xbean.maven
Class XBeanMojo

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

public class XBeanMojo
extends org.apache.maven.plugin.AbstractMojo
implements org.apache.xbean.spring.generator.LogFacade

Author:
Guillaume Nodet

Field Summary
protected  org.apache.maven.project.MavenProjectHelper projectHelper
          Maven ProjectHelper
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
XBeanMojo()
           
 
Method Summary
 void execute()
           
protected  URLClassLoader getClassLoader()
           
 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 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(String message)
Specified by:
log in interface org.apache.xbean.spring.generator.LogFacade

log

public void log(String message,
                int level)
Specified by:
log in interface org.apache.xbean.spring.generator.LogFacade

getClassLoader

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


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.