org.apache.maven.scm.provider.svn.command
Class SvnCommandLineUtils

java.lang.Object
  extended byorg.apache.maven.scm.provider.svn.command.SvnCommandLineUtils

public class SvnCommandLineUtils
extends java.lang.Object

Command line construction utility.

Version:
$Id: SvnCommandLineUtils.java 328109 2005-10-24 17:47:05Z evenisse $
Author:
Brett Porter

Constructor Summary
SvnCommandLineUtils()
           
 
Method Summary
static void addFiles(org.codehaus.plexus.util.cli.Commandline cl, java.io.File[] files)
           
static org.codehaus.plexus.util.cli.Commandline getBaseSvnCommandLine(java.io.File workingDirectory, SvnScmProviderRepository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnCommandLineUtils

public SvnCommandLineUtils()
Method Detail

addFiles

public static void addFiles(org.codehaus.plexus.util.cli.Commandline cl,
                            java.io.File[] files)

getBaseSvnCommandLine

public static org.codehaus.plexus.util.cli.Commandline getBaseSvnCommandLine(java.io.File workingDirectory,
                                                                             SvnScmProviderRepository repository)