public interface Provider
| Modifier and Type | Method and Description |
|---|---|
default String |
getFullName()
Gets the full name of the plugin by appending
getName() with getVersion() |
String |
getName()
Gets the provider name
|
String |
getVersion()
Gets the provider version
|
default int |
getVersionInt()
Gets the version as
Integer |
String getName()
String getVersion()
default String getFullName()
getName() with getVersion()default int getVersionInt()
IntegerCopyright © 2019. All rights reserved.