Class PackageInfo


  • public final class PackageInfo
    extends java.lang.Object
    Class that wraps version and package introspection
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PackageInfo.Version
      Class representing the introspected semantic version of the CRT library
    • Field Summary

      Fields 
      Modifier and Type Field Description
      PackageInfo.Version version
      the introspected semantic version of the CRT library instance
    • Constructor Summary

      Constructors 
      Constructor Description
      PackageInfo()
      Default constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • version

        public PackageInfo.Version version
        the introspected semantic version of the CRT library instance
    • Constructor Detail

      • PackageInfo

        public PackageInfo()
        Default constructor