org.apache.maven.scm.provider.cvslib.command
Class CvsCommandUtils
java.lang.Object
org.apache.maven.scm.provider.cvslib.command.CvsCommandUtils
public class CvsCommandUtils
- extends java.lang.Object
- Version:
- $Id: CvsCommandUtils.java 690997 2008-09-01 15:29:28Z vsiveton $
- Author:
- Emmanuel Venisse
Method Summary |
static Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet)
|
static Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
boolean addCvsRoot)
|
static Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String options)
|
static Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.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 |
isCvsNT
public static boolean isCvsNT()
throws ScmException
- Throws:
ScmException
getBaseCommand
public static Commandline getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet)
getBaseCommand
public static Commandline getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
boolean addCvsRoot)
getBaseCommand
public static Commandline getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String options)
getBaseCommand
public static Commandline getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String options,
boolean addCvsRoot)