org.apache.maven.scm.provider.accurev.command
Class AccuRevTckUtil

java.lang.Object
  extended by org.apache.maven.scm.provider.accurev.command.AccuRevTckUtil

public class AccuRevTckUtil
extends Object


Constructor Summary
AccuRevTckUtil()
           
 
Method Summary
 AccuRevCommandLine getAccuRevCL()
           
 AccuRevInfo getAccuRevInfo()
           
 File getAssertionCopy()
           
 String getDepotName()
           
 ScmLogger getLogger()
           
 String getScmUrl()
           
static String getSystemProperty(String name, String defaultValue)
           
 File getUpdatingCopy()
           
 File getWorkingCopy()
           
 String getWorkingStream()
           
 void initRepo(org.codehaus.plexus.PlexusContainer container)
           
 void removeWorkSpace(File basedir)
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccuRevTckUtil

public AccuRevTckUtil()
Method Detail

getSystemProperty

public static String getSystemProperty(String name,
                                       String defaultValue)

getScmUrl

public String getScmUrl()
                 throws Exception
Throws:
Exception

initRepo

public void initRepo(org.codehaus.plexus.PlexusContainer container)
              throws Exception
Throws:
Exception

getWorkingStream

public String getWorkingStream()

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

getDepotName

public String getDepotName()

getLogger

public ScmLogger getLogger()

getAccuRevCL

public AccuRevCommandLine getAccuRevCL()
                                throws Exception
Throws:
Exception

removeWorkSpace

public void removeWorkSpace(File basedir)
                     throws Exception
Throws:
Exception

getAccuRevInfo

public AccuRevInfo getAccuRevInfo()
                           throws Exception
Throws:
Exception

getWorkingCopy

public File getWorkingCopy()

getAssertionCopy

public File getAssertionCopy()

getUpdatingCopy

public File getUpdatingCopy()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.