@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.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
public void translate(File input, File output) throws IOException
IOException
public void translate(URL input, URL output) throws IOException
IOException
Copyright © 2015. All rights reserved.