public class TfsCommand extends Object
| Constructor and Description | 
|---|
TfsCommand(String cmd,
                    ScmProviderRepository r,
                    ScmFileSet f,
                    ScmLogger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addArgument(ScmFileSet f)  | 
void | 
addArgument(String s)  | 
int | 
execute(StreamConsumer out,
              ErrorStreamConsumer err)  | 
Commandline | 
getCommandline()  | 
String | 
getCommandString()  | 
public TfsCommand(String cmd, ScmProviderRepository r, ScmFileSet f, ScmLogger logger)
public void addArgument(ScmFileSet f)
public void addArgument(String s)
public int execute(StreamConsumer out, ErrorStreamConsumer err) throws ScmException
ScmExceptionpublic String getCommandString()
public Commandline getCommandline()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.