org.apache.maven.scm.provider.tfs.command
Class TfsCommand

java.lang.Object
  extended by org.apache.maven.scm.provider.tfs.command.TfsCommand

public class TfsCommand
extends Object


Constructor Summary
TfsCommand(String cmd, ScmProviderRepository r, ScmFileSet f, ScmLogger logger)
           
 
Method Summary
 void addArgument(ScmFileSet f)
           
 void addArgument(String s)
           
 int execute(StreamConsumer out, ErrorStreamConsumer err)
           
 Commandline getCommandline()
           
 String getCommandString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TfsCommand

public TfsCommand(String cmd,
                  ScmProviderRepository r,
                  ScmFileSet f,
                  ScmLogger logger)
Method Detail

addArgument

public void addArgument(ScmFileSet f)

addArgument

public void addArgument(String s)

execute

public int execute(StreamConsumer out,
                   ErrorStreamConsumer err)
            throws ScmException
Throws:
ScmException

getCommandString

public String getCommandString()

getCommandline

public Commandline getCommandline()


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