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

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

public class CvsCommandUtils
extends java.lang.Object

Version:
$Id: CvsCommandUtils.java 381987 2006-03-01 11:16:02Z evenisse $
Author:
Emmanuel Venisse

Method Summary
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet)
           
static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName, CvsScmProviderRepository repo, org.apache.maven.scm.ScmFileSet fileSet, java.lang.String options)
           
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 org.apache.maven.scm.ScmException
Throws:
org.apache.maven.scm.ScmException

getBaseCommand

public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName,
                                                                      CvsScmProviderRepository repo,
                                                                      org.apache.maven.scm.ScmFileSet fileSet)

getBaseCommand

public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(java.lang.String commandName,
                                                                      CvsScmProviderRepository repo,
                                                                      org.apache.maven.scm.ScmFileSet fileSet,
                                                                      java.lang.String options)


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