Class Versions

java.lang.Object
org.kordamp.maven.checker.cli.Versions
All Implemented Interfaces:
picocli.CommandLine.IVersionProvider

public class Versions extends Object implements picocli.CommandLine.IVersionProvider
Since:
1.1.0
  • Field Details

    • bundle

      private static final ResourceBundle bundle
    • POMCHECKER_VERSION

      private static final String POMCHECKER_VERSION
  • Constructor Details

    • Versions

      public Versions()
  • Method Details

    • getVersion

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

      public static void banner(PrintStream out)
    • findMyManifest

      private static Manifest findMyManifest()
    • isBlank

      public static boolean isBlank(String str)
    • isNotBlank

      public static boolean isNotBlank(String str)