Class CobiGenVersionProvider

  • All Implemented Interfaces:
    picocli.CommandLine.IVersionProvider

    public class CobiGenVersionProvider
    extends java.lang.Object
    implements picocli.CommandLine.IVersionProvider
    This class implement getVersion() and this method returns the version of plug-ins
    • 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

      • CobiGenVersionProvider

        public CobiGenVersionProvider()
    • Method Detail

      • getVersion

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