@Mojo(name="xdoc",
threadSafe=true)
public class ModelloXdocMojo
extends AbstractModelloGeneratorMojo
| Constructor and Description |
|---|
ModelloXdocMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeParameters(Properties parameters)
Override this method to customize the values in the properties set.
|
String |
getFirstVersion() |
protected String |
getGeneratorType() |
File |
getOutputDirectory() |
protected boolean |
producesCompilableResult() |
void |
setFirstVersion(String firstVersion) |
void |
setOutputDirectory(File outputDirectory) |
createParameters, execute, getBasedir, getModelloCore, getModels, getPackageWithVersion, getProject, getVersion, producesResources, setBasedir, setBuildContext, setModelloCore, setModels, setPackagedVersions, setPackageWithVersion, setProject, setVersionprotected String getGeneratorType()
getGeneratorType in class AbstractModelloGeneratorMojoprotected boolean producesCompilableResult()
producesCompilableResult in class AbstractModelloGeneratorMojopublic File getOutputDirectory()
getOutputDirectory in class AbstractModelloGeneratorMojopublic void setOutputDirectory(File outputDirectory)
protected void customizeParameters(Properties parameters)
AbstractModelloGeneratorMojoThis method will be called after the parameters have been populated with the parameters in the abstract mojo.
customizeParameters in class AbstractModelloGeneratorMojoparameters - the parameters to customizepublic String getFirstVersion()
public void setFirstVersion(String firstVersion)
Copyright © 2001–2020 Codehaus Plexus. All rights reserved.