Class CelSource.Extension.Version

  • Enclosing class:
    CelSource.Extension

    @Immutable
    public abstract static class CelSource.Extension.Version
    extends java.lang.Object
    Version of the extension
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CelSource.Extension.Version of​(long major, long minor)
      Create a new instance of Version with the provided major and minor values.
      • Methods inherited from class java.lang.Object

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

      • Version

        public Version()
    • Method Detail

      • of

        public static CelSource.Extension.Version of​(long major,
                                                     long minor)
        Create a new instance of Version with the provided major and minor values.