Class CvsCommandUtils
java.lang.Object
org.apache.maven.scm.provider.cvslib.command.CvsCommandUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet) static org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, boolean addCvsRoot) static org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options) static org.codehaus.plexus.util.cli.CommandlinegetBaseCommand(String commandName, CvsScmProviderRepository repo, ScmFileSet fileSet, String options, boolean addCvsRoot) static booleanisCvsNT()
-
Constructor Details
-
CvsCommandUtils
private CvsCommandUtils()
-
-
Method Details
-
isCvsNT
- 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)
-