org.apache.maven.scm.provider.cvslib.command
public class CvsCommandUtils extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public static boolean isCvsNT() throws ScmException
ScmException
public static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
public static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
public static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options)
public static Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options, boolean addCvsRoot)
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.