@Mojo(name="translate",
requiresProject=false)
public class TranslatorMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
TranslatorMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
translate(File input,
File output) |
void |
translate(URL input,
URL output) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void translate(File input, File output) throws IOException
IOExceptionpublic void translate(URL input, URL output) throws IOException
IOExceptionCopyright © 2015. All rights reserved.