org.apache.maven.scm.provider.cvslib
Class CvsScmTestUtils

java.lang.Object
  extended by org.apache.maven.scm.provider.cvslib.CvsScmTestUtils

public final class CvsScmTestUtils
extends Object

Version:
$Id: CvsScmTestUtils.java 483105 2006-12-06 15:07:54Z evenisse $
Author:
Brett Porter

Method Summary
static void executeCVS(File workingDirectory, String arguments)
           
static String getScmUrl(File repository, String module)
           
static void initRepo(File repository, File workingDirectory, File assertionDirectory)
           
static void initRepo(String source, File repository, File workingDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScmUrl

public static String getScmUrl(File repository,
                               String module)

executeCVS

public static void executeCVS(File workingDirectory,
                              String arguments)
                       throws Exception
Throws:
Exception

initRepo

public static void initRepo(File repository,
                            File workingDirectory,
                            File assertionDirectory)
                     throws IOException
Throws:
IOException

initRepo

public static void initRepo(String source,
                            File repository,
                            File workingDirectory)
                     throws IOException
Throws:
IOException


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.