org.apache.maven.scm.provider.cvslib.command
Class CvsCommandUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.command.CvsCommandUtils

public class CvsCommandUtils
extends Object

Version:
$Id: CvsCommandUtils.java 1057015 2011-01-09 20:10:42Z olamy $
Author:
Emmanuel Venisse

Method Summary
static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
           
static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
           
static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options)
           
static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options, boolean addCvsRoot)
           
static boolean isCvsNT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCvsNT

public static boolean isCvsNT()
                       throws ScmException
Throws:
ScmException

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         CvsScmProviderRepository repo,
                                         ScmFileSet fileSet)

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         CvsScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         boolean addCvsRoot)

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         CvsScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         String options)

getBaseCommand

public static Commandline getBaseCommand(String commandName,
                                         CvsScmProviderRepository repo,
                                         ScmFileSet fileSet,
                                         String options,
                                         boolean addCvsRoot)


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