Class Utils


  • public final class Utils
    extends java.lang.Object
    This class contains utilities used by the serializer. This class is not a public API, it is only public because it is used by the serializer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Messages messages
      A singleton Messages object is used to load the given resource bundle just once, it is used by multiple transformations as long as the JVM stays up.
    • Constructor Summary

      Constructors 
      Constructor Description
      Utils()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • messages

        public static final Messages messages
        A singleton Messages object is used to load the given resource bundle just once, it is used by multiple transformations as long as the JVM stays up.
    • Constructor Detail

      • Utils

        public Utils()