org.codehaus.mojo.jaxws
Class AbstractJaxwsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jaxws.AbstractJaxwsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- WsGenMojo, WsImportMojo
public abstract class AbstractJaxwsMojo
- extends org.apache.maven.plugin.AbstractMojo
- Version:
- $Id: AbstractJaxwsMojo.java 3240 2007-02-04 07:13:21Z dantran $ *
- Author:
- dantran
Field Summary |
protected java.io.File |
destDir
Specify where to place output generated classes
Set to "" to turn it off |
protected boolean |
extension
Allow to use the JAXWS Vendor Extensions. |
protected boolean |
keep
Keep generated files. |
protected org.apache.maven.project.MavenProject |
project
|
protected boolean |
verbose
Output messages about what the tool is doing |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected java.lang.String |
initClassLoader(java.lang.ClassLoader parent)
Need to build a URLClassloader since Maven removed it form the chain |
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
project
protected org.apache.maven.project.MavenProject project
destDir
protected java.io.File destDir
- Specify where to place output generated classes
Set to "" to turn it off
verbose
protected boolean verbose
- Output messages about what the tool is doing
keep
protected boolean keep
- Keep generated files.
extension
protected boolean extension
- Allow to use the JAXWS Vendor Extensions.
AbstractJaxwsMojo
public AbstractJaxwsMojo()
initClassLoader
protected java.lang.String initClassLoader(java.lang.ClassLoader parent)
throws org.apache.maven.plugin.MojoExecutionException
- Need to build a URLClassloader since Maven removed it form the chain
- Parameters:
parent
-
- Returns:
-
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2010. All Rights Reserved.