public class AccuRevTckUtil extends Object
Constructor and Description |
---|
AccuRevTckUtil() |
Modifier and Type | Method and Description |
---|---|
org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLine |
getAccuRevCL() |
org.apache.maven.scm.provider.accurev.AccuRevInfo |
getAccuRevInfo() |
File |
getAssertionCopy() |
String |
getDepotName() |
org.apache.maven.scm.log.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() |
public AccuRevTckUtil()
public static String getSystemProperty(String name, String defaultValue)
public void initRepo(org.codehaus.plexus.PlexusContainer container) throws Exception
Exception
public String getWorkingStream()
public String getDepotName()
public org.apache.maven.scm.log.ScmLogger getLogger()
public org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLine getAccuRevCL() throws Exception
Exception
public void removeWorkSpace(File basedir) throws Exception
Exception
public org.apache.maven.scm.provider.accurev.AccuRevInfo getAccuRevInfo() throws Exception
Exception
public File getWorkingCopy()
public File getAssertionCopy()
public File getUpdatingCopy()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.