Class GoVersionProvider
java.lang.Object
io.github.nscuro.versatile.version.GoVersionProvider
- All Implemented Interfaces:
VersionProvider
- Since:
- 0.8.0
-
Field Summary
Fields inherited from interface io.github.nscuro.versatile.version.VersionProvider
PRIORITY_BUILTIN, PRIORITY_HIGHEST, PRIORITY_LOWEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVersion
(String scheme, String versionStr) int
priority()
boolean
supportsScheme
(String scheme)
-
Constructor Details
-
GoVersionProvider
public GoVersionProvider()
-
-
Method Details
-
priority
public int priority()- Specified by:
priority
in interfaceVersionProvider
-
supportsScheme
- Specified by:
supportsScheme
in interfaceVersionProvider
-
getVersion
- Specified by:
getVersion
in interfaceVersionProvider
-