org.apache.xbean.maven
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 |
protected org.apache.maven.project.MavenProjectHelper |
projectHelper
Maven ProjectHelper |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
projectHelper
protected org.apache.maven.project.MavenProjectHelper projectHelper
- Maven ProjectHelper
XBeanMojo
public XBeanMojo()
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
Copyright © 2005-2013. All Rights Reserved.