Class BazaarConfig

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getBazaarVersion​(java.io.File workingDir)  
      static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getPythonVersion​(java.io.File workingDir)  
      java.lang.String toString​(java.io.File workingDir)  
      • Methods inherited from class java.lang.Object

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

      • getBazaarVersion

        public static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getBazaarVersion​(java.io.File workingDir)
                                                                                                  throws ScmException
        Throws:
        ScmException
      • getPythonVersion

        public static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getPythonVersion​(java.io.File workingDir)
                                                                                                  throws ScmException
        Throws:
        ScmException
      • toString

        public java.lang.String toString​(java.io.File workingDir)