org.apache.maven.scm.provider.bazaar
Class BazaarConfig

java.lang.Object
  extended by org.apache.maven.scm.provider.bazaar.BazaarConfig

public class BazaarConfig
extends Object

Check bazaar installation.

Version:
$Id: BazaarConfig.java 806087 2009-08-20 08:41:15Z struberg $
Author:
Torbj�rn Eikli Sm�rgrav

Method Summary
static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getBazaarVersion(File workingDir)
           
static org.apache.maven.scm.provider.bazaar.BazaarConfig.VersionConsumer getPythonVersion(File workingDir)
           
 String toString(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(File workingDir)
                                                                                          throws ScmException
Throws:
ScmException

getPythonVersion

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

toString

public String toString(File workingDir)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.