@Configuration
public interface AddonMetadata
This interface provide a methods to describe edorasone addon.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AddonMetadata.Author
This interface provides an information about addon author
|
| Modifier and Type | Method and Description |
|---|---|
List<AddonMetadata.Author> |
getAuthors()
List of authors
|
String |
getDescription()
Short addon description
|
String |
getName()
provide a addon name
|
String |
getVersion()
Current version of the addon
|
boolean |
isCompatible(ReleaseVersion version)
Check whether addon supports release version
|
String getName()
provide a addon name
String getDescription()
Short addon description
List<AddonMetadata.Author> getAuthors()
List of authors
String getVersion()
Current version of the addon
boolean isCompatible(ReleaseVersion version)
Check whether addon supports release version
version - product version which compatibility is checkedRuntimeException - in the case addon can not decide.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.