org.apache.maven.scm.provider.git
Class GitScmTestUtils
java.lang.Object
org.apache.maven.scm.provider.git.GitScmTestUtils
public final class GitScmTestUtils
- extends java.lang.Object
- Version:
- $Id: GitScmTestUtils.java 691192 2008-09-02 10:48:32Z vsiveton $
- Author:
- Trygve Laugstøl
Method Summary |
static java.lang.String |
getScmUrl(java.io.File repositoryRootFile)
|
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 |
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
getScmUrl
public static java.lang.String getScmUrl(java.io.File repositoryRootFile)
throws org.codehaus.plexus.util.cli.CommandLineException
- Throws:
org.codehaus.plexus.util.cli.CommandLineException
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.