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