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

java.lang.Object
  extended byorg.apache.maven.scm.provider.cvslib.CvsScmTestUtils

public final class CvsScmTestUtils
extends java.lang.Object

Version:
$Id: CvsScmTestUtils.java 381987 2006-03-01 11:16:02Z evenisse $
Author:
Brett Porter

Method Summary
static void executeCVS(java.io.File workingDirectory, java.lang.String arguments)
           
static java.lang.String getScmUrl(java.io.File repository, java.lang.String module)
           
static void initRepo(java.io.File repository, java.io.File workingDirectory, java.io.File assertionDirectory)
           
static void initRepo(java.lang.String source, java.io.File repository, java.io.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 java.lang.String getScmUrl(java.io.File repository,
                                         java.lang.String module)

executeCVS

public static void executeCVS(java.io.File workingDirectory,
                              java.lang.String arguments)
                       throws java.lang.Exception
Throws:
java.lang.Exception

initRepo

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

initRepo

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


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