Interface VersionInformation
-
- All Known Implementing Classes:
DefaultVersionInformation
public interface VersionInformation
Provides information about the processor version and the processor context implementation version- Author:
- Andreas Gudian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCompiler()
String
getMapStructVersion()
String
getRuntimeVendor()
String
getRuntimeVersion()
boolean
isEclipseJDTCompiler()
boolean
isJavacCompiler()
boolean
isSourceVersionAtLeast19()
boolean
isSourceVersionAtLeast9()
-
-
-
Method Detail
-
getRuntimeVersion
String getRuntimeVersion()
-
getRuntimeVendor
String getRuntimeVendor()
-
getMapStructVersion
String getMapStructVersion()
-
getCompiler
String getCompiler()
-
isSourceVersionAtLeast9
boolean isSourceVersionAtLeast9()
-
isSourceVersionAtLeast19
boolean isSourceVersionAtLeast19()
-
isEclipseJDTCompiler
boolean isEclipseJDTCompiler()
-
isJavacCompiler
boolean isJavacCompiler()
-
-