Class OracleJdkTypeIDsPre11


  • public final class OracleJdkTypeIDsPre11
    extends java.lang.Object
    Contains type IDs for events that are produced by JDK 7 and 8.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String translate​(java.lang.String typeId)
      Translate a pre-JDK 11 type id into a JDK 11 type id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OracleJdkTypeIDsPre11

        public OracleJdkTypeIDsPre11()
    • Method Detail

      • translate

        public static java.lang.String translate​(java.lang.String typeId)
        Translate a pre-JDK 11 type id into a JDK 11 type id.
        Parameters:
        typeId - Pre-JDK 11 type id
        Returns:
        JDK 11 type id