Interface VersionInformation
-
- All Known Implementing Classes:
DefaultVersionInformation
public interface VersionInformationProvides information about the processor version and the processor context implementation version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCompiler()java.lang.StringgetMapStructVersion()java.lang.StringgetRuntimeVendor()java.lang.StringgetRuntimeVersion()booleanisEclipseJDTCompiler()booleanisJavacCompiler()booleanisSourceVersionAtLeast9()
-
-
-
Method Detail
-
getRuntimeVersion
java.lang.String getRuntimeVersion()
-
getRuntimeVendor
java.lang.String getRuntimeVendor()
-
getMapStructVersion
java.lang.String getMapStructVersion()
-
getCompiler
java.lang.String getCompiler()
-
isSourceVersionAtLeast9
boolean isSourceVersionAtLeast9()
-
isEclipseJDTCompiler
boolean isEclipseJDTCompiler()
-
isJavacCompiler
boolean isJavacCompiler()
-
-