Class HgConfig.HgVersionConsumer

All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
Enclosing class:
HgConfig

private static class HgConfig.HgVersionConsumer extends HgConsumer
Get version of the executable. Version is resolved by splitting the line starting with the version tag and finding the second last word.
  • Field Details

    • versionStr

      private String versionStr
    • versionTag

      private String versionTag
  • Constructor Details

    • HgVersionConsumer

      HgVersionConsumer(String versionTag)
  • Method Details