public abstract class AbstractCodeGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractCodeGeneratorMojo() |
Modifier and Type | Method and Description |
---|---|
protected Bus |
callCodeGenerator(WadlOption option,
Bus bus,
Set<URI> classPath) |
protected boolean |
deleteDir(File f)
Recursively delete the given directory
|
protected void |
downloadRemoteDocs(List<WadlOption> effectiveOptions) |
protected void |
forkOnce(Set<URI> classPath,
List<WadlOption> effectiveOptions) |
getLog, getPluginContext, setLog, setPluginContext
protected void downloadRemoteDocs(List<WadlOption> effectiveOptions) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected void forkOnce(Set<URI> classPath, List<WadlOption> effectiveOptions) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected Bus callCodeGenerator(WadlOption option, Bus bus, Set<URI> classPath) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected boolean deleteDir(File f)
f
- Apache CXF