public class Com4jgenMojo extends org.apache.maven.plugin.AbstractMojo implements ErrorListener
java -jar tlbimp.jar -o generated -p com.mycompany.com4j.itunes "C:\Program Files\iTunes\iTunes.exe"
Constructor and Description |
---|
Com4jgenMojo() |
Modifier and Type | Method and Description |
---|---|
void |
error(BindingException e)
Report a fatal error.
|
void |
execute() |
void |
started(IWTypeLib lib)
Report that the
Generator has started working on this. |
void |
warning(String message)
Report a non-fatal error.
|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
execute
in interface org.apache.maven.plugin.Mojo
org.apache.maven.plugin.MojoExecutionException
public void started(IWTypeLib lib)
ErrorListener
Generator
has started working on this.started
in interface ErrorListener
public void error(BindingException e)
ErrorListener
error
in interface ErrorListener
public void warning(String message)
ErrorListener
warning
in interface ErrorListener
Copyright © 2014. All rights reserved.