public class Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
ArrayList<CatFeature> |
getFeatures() |
String |
getId() |
String |
getLabel() |
ArrayList<CatFeature> |
getProcessedFeatures(org.apache.maven.project.MavenProject project,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
List remoteRepositories,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
org.apache.maven.artifact.resolver.ArtifactResolver resolver) |
void |
setDescription(String description) |
public ArrayList<CatFeature> getFeatures()
public ArrayList<CatFeature> getProcessedFeatures(org.apache.maven.project.MavenProject project, org.apache.maven.artifact.factory.ArtifactFactory artifactFactory, List remoteRepositories, org.apache.maven.artifact.repository.ArtifactRepository localRepository, org.apache.maven.artifact.resolver.ArtifactResolver resolver) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic String getId()
public String getLabel()
public void setDescription(String description)
public String getDescription()
Copyright © 2021 WSO2. All rights reserved.