Class CvsCommandUtils
- java.lang.Object
-
- org.apache.maven.scm.provider.cvslib.command.CvsCommandUtils
-
public class CvsCommandUtils extends Object
- Author:
- Emmanuel Venisse
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.codehaus.plexus.util.cli.Commandline
getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
static org.codehaus.plexus.util.cli.Commandline
getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
static org.codehaus.plexus.util.cli.Commandline
getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options)
static org.codehaus.plexus.util.cli.Commandline
getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options, boolean addCvsRoot)
static boolean
isCvsNT()
-
-
-
Method Detail
-
isCvsNT
public static boolean isCvsNT() throws ScmException
- Throws:
ScmException
-
getBaseCommand
public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet)
-
getBaseCommand
public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot)
-
getBaseCommand
public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options)
-
getBaseCommand
public static org.codehaus.plexus.util.cli.Commandline getBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options, boolean addCvsRoot)
-
-