org.apache.maven.scm.provider.vss.commands
Class VssCommandLineUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.vss.commands.VssCommandLineUtils

public final class VssCommandLineUtils
extends Object

Version:
$Id: VssCommandLineUtils.java 1306867 2012-03-29 13:45:10Z olamy $
Author:
Thorsten Riek

Method Summary
static void addFiles(Commandline cl, ScmFileSet fileSet)
           
static int executeCommandline(Commandline cl, StreamConsumer consumer, CommandLineUtils.StringStreamConsumer stderr, ScmLogger logger)
           
static Commandline getBaseVssCommandLine(File workingDirectory, String cmd, VssScmProviderRepository repository)
           
protected static File getScmConfDir()
           
static File getScmConfFile()
           
static Settings getSettings()
           
static String getSsDir()
           
static Settings readSettings()
           
protected static void setScmConfDir(File directory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addFiles

public static void addFiles(Commandline cl,
                            ScmFileSet fileSet)

getBaseVssCommandLine

public static Commandline getBaseVssCommandLine(File workingDirectory,
                                                String cmd,
                                                VssScmProviderRepository repository)

executeCommandline

public static int executeCommandline(Commandline cl,
                                     StreamConsumer consumer,
                                     CommandLineUtils.StringStreamConsumer stderr,
                                     ScmLogger logger)
                              throws ScmException
Throws:
ScmException

getSettings

public static final Settings getSettings()

readSettings

public static Settings readSettings()

getScmConfDir

protected static final File getScmConfDir()

setScmConfDir

protected static final void setScmConfDir(File directory)

getSsDir

public static final String getSsDir()

getScmConfFile

public static File getScmConfFile()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.