org.apache.maven.scm.provider.vss.commands
Class VssCommandLineUtils
java.lang.Object
org.apache.maven.scm.provider.vss.commands.VssCommandLineUtils
public class VssCommandLineUtils
- extends java.lang.Object
- Version:
- $Id: VssCommandLineUtils.java 691832 2008-09-03 23:54:44Z vsiveton $
- Author:
- Thorsten Riek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VssCommandLineUtils
public VssCommandLineUtils()
addFiles
public static void addFiles(org.codehaus.plexus.util.cli.Commandline cl,
ScmFileSet fileSet)
getBaseVssCommandLine
public static org.codehaus.plexus.util.cli.Commandline getBaseVssCommandLine(java.io.File workingDirectory,
java.lang.String cmd,
VssScmProviderRepository repository)
executeCommandline
public static int executeCommandline(org.codehaus.plexus.util.cli.Commandline cl,
org.codehaus.plexus.util.cli.StreamConsumer consumer,
org.codehaus.plexus.util.cli.CommandLineUtils.StringStreamConsumer stderr,
ScmLogger logger)
throws ScmException
- Throws:
ScmException
getSettings
public static final Settings getSettings()
getScmConfDir
protected static final java.io.File getScmConfDir()
setScmConfDir
protected static final void setScmConfDir(java.io.File directory)
getSsDir
public static final java.lang.String getSsDir()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.