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
ScmException
public String getCommandString()
public Commandline getCommandline()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.