org.apache.maven.scm.provider.cvslib
Class CvsScmTestUtils
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2009 Apache Software Foundation. All Rights Reserved.