public class PluginSpec extends Object
| Constructor and Description |
|---|
PluginSpec()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
double |
getFrameworkVersion() |
String |
getName() |
String |
getVersion() |
void |
setDescription(String description) |
void |
setFrameworkVersion(double frameworkVersion) |
void |
setName(String name) |
void |
setVersion(String version) |
public String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic double getFrameworkVersion()
public void setFrameworkVersion(double frameworkVersion)
frameworkVersion - the frameworkVersion to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.