public abstract class AbstractX4OLanguageMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
AbstractX4OLanguageMojo() |
Modifier and Type | Method and Description |
---|---|
void |
addLanguage(String languageName,
String languageVersion)
Adds an language with version.
|
void |
execute() |
Map<String,String> |
getLanguages() |
File |
getOutputDirectory() |
boolean |
isFailOnError() |
boolean |
isVerbose() |
void |
setFailOnError(boolean failOnError) |
void |
setOutputDirectory(File outputDirectory) |
void |
setVerbose(boolean verbose) |
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
outputDirectory
- the outputDirectory to setpublic void addLanguage(String languageName, String languageVersion)
languageName
- the languageName to setlanguageVersion
- the languageVersion to setpublic boolean isVerbose()
public void setVerbose(boolean verbose)
verbose
- the verbose to setpublic boolean isFailOnError()
public void setFailOnError(boolean failOnError)
failOnError
- the failOnError to setCopyright © 2004-2013 X4O. All Rights Reserved.