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() |
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
Exceptionpublic String getWorkingStream()
public String getDepotName()
public org.apache.maven.scm.provider.accurev.cli.AccuRevCommandLine getAccuRevCL() throws Exception
Exceptionpublic void removeWorkSpace(File basedir) throws Exception
Exceptionpublic org.apache.maven.scm.provider.accurev.AccuRevInfo getAccuRevInfo() throws Exception
Exceptionpublic File getWorkingCopy()
public File getAssertionCopy()
public File getUpdatingCopy()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.