Package groovy.ui

Class GroovyMain.VersionProvider

  • All Implemented Interfaces:
    picocli.CommandLine.IVersionProvider
    Enclosing class:
    GroovyMain

    public static class GroovyMain.VersionProvider
    extends java.lang.Object
    implements picocli.CommandLine.IVersionProvider
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionProvider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getVersion()  
      • Methods inherited from class java.lang.Object

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

      • VersionProvider

        public VersionProvider()
    • Method Detail

      • getVersion

        public java.lang.String[] getVersion()
        Specified by:
        getVersion in interface picocli.CommandLine.IVersionProvider