public class FeatureGenMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
FeatureGenMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getCopyright() |
String |
getDescription() |
String |
getLabel() |
String |
getLicence() |
String |
getLicenceUrl() |
File |
getManifest() |
Properties |
getProperties() |
File |
getPropertiesFile() |
String |
getProviderName() |
String |
getVersion() |
void |
setCopyright(String copyrite) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setLicence(String licence) |
void |
setLicenceUrl(String licenceUrl) |
void |
setManifest(File manifest) |
void |
setProperties(Properties properties) |
void |
setPropertiesFile(File propertiesFile) |
void |
setProviderName(String providerName) |
void |
setVersion(String version) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void setVersion(String version)
public String getVersion()
public void setLabel(String label)
public String getLabel()
public void setDescription(String description)
public String getDescription()
public void setProviderName(String providerName)
public String getProviderName()
public void setCopyright(String copyrite)
public String getCopyright()
public void setLicenceUrl(String licenceUrl)
public String getLicenceUrl()
public void setLicence(String licence)
public String getLicence()
public void setManifest(File manifest)
public File getManifest()
public void setPropertiesFile(File propertiesFile)
public File getPropertiesFile()
public void setProperties(Properties properties)
public Properties getProperties() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2023 WSO2. All rights reserved.