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

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

public class BazaarUtils
extends java.lang.Object

Common code for executing bazaar commands.

Version:
$Id: BazaarUtils.java 691832 2008-09-03 23:54:44Z vsiveton $
Author:
Torbj�rn Eikli Sm�rgrav

Constructor Summary
BazaarUtils()
           
 
Method Summary
static ScmResult execute(BazaarConsumer consumer, ScmLogger logger, java.io.File workingDir, java.lang.String[] cmdAndArgs)
           
static ScmResult execute(java.io.File workingDir, java.lang.String[] cmdAndArgs)
           
static java.lang.String[] expandCommandLine(java.lang.String[] cmdAndArgs, ScmFileSet additionalFiles)
           
static int getCurrentRevisionNumber(ScmLogger logger, java.io.File workingDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BazaarUtils

public BazaarUtils()
Method Detail

execute

public static ScmResult execute(BazaarConsumer consumer,
                                ScmLogger logger,
                                java.io.File workingDir,
                                java.lang.String[] cmdAndArgs)
                         throws ScmException
Throws:
ScmException

execute

public static ScmResult execute(java.io.File workingDir,
                                java.lang.String[] cmdAndArgs)
                         throws ScmException
Throws:
ScmException

expandCommandLine

public static java.lang.String[] expandCommandLine(java.lang.String[] cmdAndArgs,
                                                   ScmFileSet additionalFiles)

getCurrentRevisionNumber

public static int getCurrentRevisionNumber(ScmLogger logger,
                                           java.io.File workingDir)
                                    throws ScmException
Throws:
ScmException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.