org.codehaus.mojo.jaxws
Class AbstractJaxwsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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  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
 
Constructor Summary
AbstractJaxwsMojo()
           
 
Method Summary
protected  String initClassLoader(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
 

Field Detail

project

protected org.apache.maven.project.MavenProject project

destDir

protected 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.

Constructor Detail

AbstractJaxwsMojo

public AbstractJaxwsMojo()
Method Detail

initClassLoader

protected String initClassLoader(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 © 2011 Codehaus. All Rights Reserved.