public class Feature extends Object
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the feature id representing this feature.
|
String |
getVersion()
Returns the version of this feature in OSGI format.
|
void |
setId(String id)
Sets the feature id.
|
void |
setVersion(String version)
Sets the version of this feature.
|
public String getId()
public void setId(String id)
id - Stringpublic String getVersion()
public void setVersion(String version)
version - StringCopyright © 2015 WSO2. All rights reserved.