org.apache.xbean.maven
Class XBeanMojo

java.lang.Object
  extended by AbstractMojo
      extended by org.apache.xbean.maven.XBeanMojo
All Implemented Interfaces:
LogFacade

public class XBeanMojo
extends AbstractMojo
implements LogFacade

Version:
$Id: GenerateApplicationXmlMojo.java 314956 2005-10-12 16:27:15Z brett $
Author:
Guillaume Nodet

Field Summary
protected  MavenProjectHelper projectHelper
          Maven ProjectHelper
 
Constructor Summary
XBeanMojo()
           
 
Method Summary
 void execute()
           
protected  URLClassLoader getClassLoader()
           
 void log(String message)
           
 void log(String message, int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

projectHelper

protected MavenProjectHelper projectHelper
Maven ProjectHelper

Constructor Detail

XBeanMojo

public XBeanMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException,
                    MojoFailureException
Throws:
MojoExecutionException
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 MojoExecutionException
Throws:
MojoExecutionException


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