Class TfsCommand

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

public class TfsCommand extends Object
  • Field Details

    • logger

      private ScmLogger logger
    • command

      private org.codehaus.plexus.util.cli.Commandline command
  • Constructor Details

  • Method Details

    • addArgument

      public void addArgument(ScmFileSet f)
    • addArgument

      public void addArgument(String s)
    • execute

      public int execute(org.codehaus.plexus.util.cli.StreamConsumer out, ErrorStreamConsumer err) throws ScmException
      Throws:
      ScmException
    • getCommandString

      public String getCommandString()
    • getCommandline

      public org.codehaus.plexus.util.cli.Commandline getCommandline()
    • info

      private void info(String message)
    • debug

      private void debug(String message)