public interface ExtensionFeature extends Serializable, ExtensionsData
Modifier and Type | Method and Description |
---|---|
String |
getCommonName()
Returns a human-readable name for the feature.
|
String |
getDescription()
Returns a human-readable description of the feature.
|
Map<String,String> |
getFeatureData()
Returns extra feature data.
|
String |
getId()
Returns the unique feature id.
|
String |
getUrl()
Returns a URL that provides more information about the feature.
|
String |
getVersionLabel()
Returns a feature version label.
|
getExtensions, setExtensions
String getId()
String getUrl()
String getCommonName()
String getVersionLabel()
String getDescription()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.