org.apache.maven.plugins.repository.it.support
Class IntegrationTestUtils

java.lang.Object
  extended by org.apache.maven.plugins.repository.it.support.IntegrationTestUtils

public class IntegrationTestUtils
extends Object


Constructor Summary
IntegrationTestUtils()
           
 
Method Summary
static void bootstrap()
           
static File getBaseDir()
           
static String getCliPluginPrefix()
           
static String getPluginArtifactId()
           
static String getPluginGroupId()
           
static String getPluginVersion()
           
static File getTestDir(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationTestUtils

public IntegrationTestUtils()
Method Detail

bootstrap

public static void bootstrap()
                      throws org.apache.maven.it.VerificationException,
                             IOException,
                             URISyntaxException
Throws:
org.apache.maven.it.VerificationException
IOException
URISyntaxException

getTestDir

public static File getTestDir(String name)
                       throws IOException,
                              URISyntaxException
Throws:
IOException
URISyntaxException

getBaseDir

public static File getBaseDir()

getPluginVersion

public static String getPluginVersion()
                               throws IOException
Throws:
IOException

getPluginGroupId

public static String getPluginGroupId()
                               throws IOException
Throws:
IOException

getPluginArtifactId

public static String getPluginArtifactId()
                                  throws IOException
Throws:
IOException

getCliPluginPrefix

public static String getCliPluginPrefix()
                                 throws IOException
Throws:
IOException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.