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 org.codehaus.plexus.util.cli.Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet)
|
static org.codehaus.plexus.util.cli.Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
boolean addCvsRoot)
|
static org.codehaus.plexus.util.cli.Commandline |
getBaseCommand(java.lang.String commandName,
CvsScmProviderRepository repo,
ScmFileSet fileSet,
java.lang.String options)
|
static org.codehaus.plexus.util.cli.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 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)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.