public class Feature extends Object
GenerateFeaturesXmlMojo plugin.| Constructor and Description |
|---|
Feature()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBundles() |
String |
getComment() |
List<ConfigFile> |
getConfigFiles() |
List<Feature> |
getDependsOnFeatures() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
String |
getName() |
String |
getStartLevel() |
String |
getVersion() |
void |
setBundles(List<String> bundles) |
void |
setComment(String comment) |
void |
setConfigFiles(List<ConfigFile> configFiles) |
void |
setDependsOnFeatures(List<Feature> dependsOnFeatures) |
void |
setExcludes(List<String> excludes) |
void |
setIncludes(List<String> includes) |
void |
setName(String name) |
void |
setStartLevel(String startLevel) |
void |
setVersion(String version) |
public String getName()
public void setName(String name)
name - the name to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic void setDependsOnFeatures(List<Feature> dependsOnFeatures)
dependsOnFeatures - the dependsOnFeatures to setpublic void setIncludes(List<String> includes)
includes - the includes to setpublic void setExcludes(List<String> excludes)
excludes - the excludes to setpublic String getComment()
public void setComment(String comment)
comment - the comment to setpublic String getStartLevel()
public void setStartLevel(String startLevel)
startLevel - the startLevel to setpublic List<ConfigFile> getConfigFiles()
public void setConfigFiles(List<ConfigFile> configFiles)
configFiles - the configFiles to setCopyright © 2013–2015 JBoss, a division of Red Hat. All rights reserved.