Interface ExtensionInformation
@Immutable @DoNotImplement public interface ExtensionInformation
Detailed information about an extension.
- Since:
- 4.0.0, CE 2019.1
-
Method Details
-
getId
- Returns:
- The unique ID of an extension.
- Since:
- 4.0.0, CE 2019.1
-
getVersion
- Returns:
- The version of an extension.
- Since:
- 4.0.0, CE 2019.1
-
getName
- Returns:
- The human readable name of an extension.
- Since:
- 4.0.0, CE 2019.1
-
getAuthor
- Returns:
- The author of an extension, if the extension provides information about the author.
- Since:
- 4.0.0, CE 2019.1
-
getExtensionHomeFolder
- Returns:
- The extensions installation folder.
- Since:
- 4.0.0, CE 2019.1
-